diff options
Diffstat (limited to 'drivers/acpi/pci_root.c')
-rw-r--r-- | drivers/acpi/pci_root.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index f23fcc5c9674..f341b0756c9e 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -614,8 +614,7 @@ static int __devinit acpi_pci_root_add(struct acpi_device *device) | |||
614 | */ | 614 | */ |
615 | status = acpi_get_handle(device->handle, METHOD_NAME__PRT, &handle); | 615 | status = acpi_get_handle(device->handle, METHOD_NAME__PRT, &handle); |
616 | if (ACPI_SUCCESS(status)) | 616 | if (ACPI_SUCCESS(status)) |
617 | result = acpi_pci_irq_add_prt(device->handle, root->id.segment, | 617 | result = acpi_pci_irq_add_prt(device->handle, root->bus); |
618 | root->id.bus); | ||
619 | 618 | ||
620 | /* | 619 | /* |
621 | * Scan and bind all _ADR-Based Devices | 620 | * Scan and bind all _ADR-Based Devices |