[PATCH] PCI Hotplug: kill hpcrc from several functions in ibmphp_core.c
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.
Showing
Please register or sign in to comment