linux_dsm_epyc7002/arch/powerpc/include
Daniel Axtens c88c2a1889 powerpc: pcibios_enable_device_hook: return bool rather than int
pcibios_enable_device_hook returned an int. Every implementation
returned either -EINVAL or 0. The return value wasn't propagated by
the caller: any non-zero return value caused pcibios_enable_device
to return -EINVAL itself. Therefore, make the hook return a bool.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2015-04-11 20:49:10 +10:00
..
asm powerpc: pcibios_enable_device_hook: return bool rather than int 2015-04-11 20:49:10 +10:00
uapi/asm powerpc: Add a proper syscall for switching endianness 2015-03-28 22:03:40 +11:00