Signed-off-by: Andrew Morton --- drivers/pci/hotplug/acpiphp_glue.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/pci/hotplug/acpiphp_glue.c~gregkh-pci-acpiphp-host-and-p2p-hotplug drivers/pci/hotplug/acpiphp_glue.c --- devel/drivers/pci/hotplug/acpiphp_glue.c~gregkh-pci-acpiphp-host-and-p2p-hotplug 2006-06-09 15:21:23.000000000 -0700 +++ devel-akpm/drivers/pci/hotplug/acpiphp_glue.c 2006-06-09 15:21:23.000000000 -0700 @@ -604,7 +604,6 @@ static int add_bridge(acpi_handle handle if (detect_ejectable_slots(handle) > 0) { dbg("found PCI host-bus bridge with hot-pluggable slots\n"); add_host_bridge(handle, pci_bus); - return 0; } /* search P2P bridges under this host bridge */ _