HomeFreeBSD

[PPC] Fix build error when POWERNV is disabled

Description

[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.

Details

Provenance
luporlAuthored on
Parents
rS348899: [PPC64] Fix ofw_initrd
Branches
Unknown
Tags
Unknown