diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/pci_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index bf476fea97ab..680450c905b3 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -498,7 +498,7 @@ static int __devinit acpi_pci_root_add(struct acpi_device *device) | |||
498 | * PCI namespace does not get created until this call is made (and | 498 | * PCI namespace does not get created until this call is made (and |
499 | * thus the root bridge's pci_dev does not exist). | 499 | * thus the root bridge's pci_dev does not exist). |
500 | */ | 500 | */ |
501 | root->bus = pci_acpi_scan_root(device, segment, root->secondary.start); | 501 | root->bus = pci_acpi_scan_root(root); |
502 | if (!root->bus) { | 502 | if (!root->bus) { |
503 | printk(KERN_ERR PREFIX | 503 | printk(KERN_ERR PREFIX |
504 | "Bus %04x:%02x not present in PCI namespace\n", | 504 | "Bus %04x:%02x not present in PCI namespace\n", |