kernel/drivers/pci/hotplug/shpchp_pci.c
.. .. @@ -61,9 +61,8 @@ 61 61 return ret; 62 62 } 63 63 64 -int shpchp_unconfigure_device(struct slot *p_slot)64 +void shpchp_unconfigure_device(struct slot *p_slot)65 65 { 66 - int rc = 0;67 66 struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; 68 67 struct pci_dev *dev, *temp; 69 68 struct controller *ctrl = p_slot->ctrl; .. .. @@ -83,6 +82,4 @@ 83 82 } 84 83 85 84 pci_unlock_rescan_remove(); 86 - return rc;87 85 } 88 -