diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pci/hotplug/rpaphp_slot.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/hotplug/rpaphp_slot.c b/drivers/pci/hotplug/rpaphp_slot.c index 9b714ea93d20..50884507b8be 100644 --- a/drivers/pci/hotplug/rpaphp_slot.c +++ b/drivers/pci/hotplug/rpaphp_slot.c | |||
| @@ -147,9 +147,5 @@ int rpaphp_register_slot(struct slot *slot) | |||
| 147 | list_add(&slot->rpaphp_slot_list, &rpaphp_slot_head); | 147 | list_add(&slot->rpaphp_slot_list, &rpaphp_slot_head); |
| 148 | info("Slot [%s] registered\n", slot->name); | 148 | info("Slot [%s] registered\n", slot->name); |
| 149 | return 0; | 149 | return 0; |
| 150 | |||
| 151 | sysfs_fail: | ||
| 152 | pci_hp_deregister(php_slot); | ||
| 153 | return retval; | ||
| 154 | } | 150 | } |
| 155 | 151 | ||
