[PATCH] SHPC PCI Hotplug: fix cleanup_slots to use a release function
shpchp is the only driver which does not use a release function for the slot struct. This adds one and does some minor coding style fixes. Also no one cares about the return value of cleanup_slots (which is always 0 anyway) so we can make the function void.
Showing
Please register or sign in to comment