Skip to content
Commit 31f8eb75 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/pseries: Don't needlessly initialise rv to 0



All cases initialise rv, and if they didn't that would be a bug. By
dropping the initialisation we give the compiler the chance to catch
those bugs for us.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 37832251
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment