aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/pci_64.c')
-rw-r--r--arch/powerpc/kernel/pci_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c
index 5ffab8787b93..74e580d25c1b 100644
--- a/arch/powerpc/kernel/pci_64.c
+++ b/arch/powerpc/kernel/pci_64.c
@@ -513,7 +513,7 @@ void __devinit scan_phb(struct pci_controller *hose)
513 513
514 DBG("Scanning PHB %s\n", node ? node->full_name : "<NO NAME>"); 514 DBG("Scanning PHB %s\n", node ? node->full_name : "<NO NAME>");
515 515
516 bus = pci_create_bus(NULL, hose->first_busno, hose->ops, node); 516 bus = pci_create_bus(hose->parent, hose->first_busno, hose->ops, node);
517 if (bus == NULL) { 517 if (bus == NULL) {
518 printk(KERN_ERR "Failed to create bus for PCI domain %04x\n", 518 printk(KERN_ERR "Failed to create bus for PCI domain %04x\n",
519 hose->global_number); 519 hose->global_number);