Loading arch/parisc/kernel/pci.c +2 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,8 @@ static void pcibios_link_hba_resources( struct resource *hba_res, struct resource *r) { if (!r->parent) { printk(KERN_EMERG "PCI: Tell willy he's wrong\n"); printk(KERN_EMERG "PCI: resource not parented! [%lx-%lx]\n", r->start, r->end); r->parent = hba_res; /* reverse link is harder *sigh* */ Loading Loading
arch/parisc/kernel/pci.c +2 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,8 @@ static void pcibios_link_hba_resources( struct resource *hba_res, struct resource *r) { if (!r->parent) { printk(KERN_EMERG "PCI: Tell willy he's wrong\n"); printk(KERN_EMERG "PCI: resource not parented! [%lx-%lx]\n", r->start, r->end); r->parent = hba_res; /* reverse link is harder *sigh* */ Loading