aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>2006-03-22 00:49:27 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-19 17:13:22 -0400
commitc14424736e76f3d8477a41de531e6b5dcce3d5b0 (patch)
tree26a34143daf21ac1771b6862e019e0a875c9146a
parent551bcb75b3d9f23348a524210ccfff26d865e425 (diff)
[PATCH] acpiphp: host and p2p hotplug
I encountered the problem that when there are some hotplug slots are under the host bridge, the hotplug slots under the p2p bridge are not treated as hotpluggable. This patch fixes this BUG. Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/pci/hotplug/acpiphp_glue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c
index 631efce3a6c..bbe27c16bc3 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 */