Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200908
b: refs/heads/master
c: d3005fb
h: refs/heads/master
v: v3
  • Loading branch information
Denis Kirjanov authored and Benjamin Herrenschmidt committed Jul 8, 2010
1 parent 96e6551 commit 8022a4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33ad5e4b6cab3ad8cf3afda49b66393f1833150e
refs/heads/master: d3005fbc696781d2fd7bd5b5389a94fae5332b58
6 changes: 5 additions & 1 deletion trunk/arch/powerpc/platforms/iseries/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,11 @@ void __init iSeries_pcibios_fixup_resources(struct pci_dev *pdev)
}

allocate_device_bars(pdev);
iseries_device_information(pdev, bus, *sub_bus);
if (likely(sub_bus))
iseries_device_information(pdev, bus, *sub_bus);
else
printk(KERN_ERR "PCI: Device node %s has missing or invalid "
"linux,subbus property\n", node->full_name);
}

/*
Expand Down

0 comments on commit 8022a4c

Please sign in to comment.