diff options
Diffstat (limited to 'drivers/acpi/pci_root.c')
-rw-r--r-- | drivers/acpi/pci_root.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index 1dd6f6c85874..e427dc516c76 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -641,7 +641,9 @@ static void _handle_hotplug_event_root(struct work_struct *work) | |||
641 | /* bus enumerate */ | 641 | /* bus enumerate */ |
642 | printk(KERN_DEBUG "%s: Bus check notify on %s\n", __func__, | 642 | printk(KERN_DEBUG "%s: Bus check notify on %s\n", __func__, |
643 | (char *)buffer.pointer); | 643 | (char *)buffer.pointer); |
644 | if (!root) | 644 | if (root) |
645 | acpiphp_check_host_bridge(handle); | ||
646 | else | ||
645 | handle_root_bridge_insertion(handle); | 647 | handle_root_bridge_insertion(handle); |
646 | 648 | ||
647 | break; | 649 | break; |