Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209951
b: refs/heads/master
c: 76ec01d
h: refs/heads/master
i:
  209949: 0b4113b
  209947: d8ffa99
  209943: 11cffd8
  209935: fd3dd6b
  209919: 9cf3cd8
v: v3
  • Loading branch information
Grant Likely authored and Benjamin Herrenschmidt committed Aug 24, 2010
1 parent 37daeb5 commit 3f5e392
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c686ecf5040d287a68d4fca7f1948472f556a6d3
refs/heads/master: 76ec01dbb70353928a9cee826502073ae928bbba
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/pci_of_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ static void __devinit __of_scan_bus(struct device_node *node,
if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE ||
dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) {
struct device_node *child = pci_device_to_OF_node(dev);
of_scan_pci_bridge(child, dev);
if (child)
of_scan_pci_bridge(child, dev);
}
}
}
Expand Down

0 comments on commit 3f5e392

Please sign in to comment.