K 10 svn:author V 6 luporl K 8 svn:date V 27 2019-06-11T11:23:15.921725Z K 7 svn:log V 308 [PPC] Fix build error when POWERNV is disabled When building a kernel supporting PSERIES but not POWERNV, the compiler would complain about an error variable being possibly used before being initialized. In practice, however, this should never happen. In any case, it is now initialized to an error value. END