diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c index 524df4295c90..3ca9bed7dc50 100644 --- a/arch/ia64/pci/pci.c +++ b/arch/ia64/pci/pci.c | |||
@@ -384,7 +384,7 @@ pci_acpi_scan_root(struct acpi_pci_root *root) | |||
384 | return NULL; | 384 | return NULL; |
385 | } | 385 | } |
386 | 386 | ||
387 | pbus->subordinate = pci_scan_child_bus(pbus); | 387 | pbus->busn_res.end = pci_scan_child_bus(pbus); |
388 | return pbus; | 388 | return pbus; |
389 | 389 | ||
390 | out3: | 390 | out3: |