• Rolf Eike Beer's avatar
    [PATCH] PCI Hotplug: kill hpcrc from several functions in ibmphp_core.c · 35d3d9ba
    Rolf Eike Beer authored
    This patch kills the variable hpcrc from many places. It is used as a
    temporary storage for the return code before this is copied to rc which
    contains the "real" return code. There are some checks if to copy or not
    but at the end they will always have the same value, so we can directly
    put the return code in rc and kill hpcrc.
    35d3d9ba
ibmphp_core.c 36.2 KB