diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index 631efce3a6ce..bbe27c16bc3d 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
@@ -546,7 +546,6 @@ static int add_bridge(acpi_handle handle) | |||
546 | if (detect_ejectable_slots(handle) > 0) { | 546 | if (detect_ejectable_slots(handle) > 0) { |
547 | dbg("found PCI host-bus bridge with hot-pluggable slots\n"); | 547 | dbg("found PCI host-bus bridge with hot-pluggable slots\n"); |
548 | add_host_bridge(handle, pci_bus); | 548 | add_host_bridge(handle, pci_bus); |
549 | return 0; | ||
550 | } | 549 | } |
551 | 550 | ||
552 | /* search P2P bridges under this host bridge */ | 551 | /* search P2P bridges under this host bridge */ |