Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196659
b: refs/heads/master
c: 5b339bd
h: refs/heads/master
i:
  196657: 52ae663
  196655: a3f5124
v: v3
  • Loading branch information
Sonny Rao authored and Benjamin Herrenschmidt committed May 21, 2010
1 parent 99e74cf commit 5418325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1263c71448aa70afb6097fdedf93c3dff5a7a15
refs/heads/master: 5b339bdf164d8aee394609768f7e2e4415b0252a
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kernel/pci_of_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ static void __devinit __of_scan_bus(struct device_node *node,
/* Scan direct children */
for_each_child_of_node(node, child) {
pr_debug(" * %s\n", child->full_name);
if (!of_device_is_available(child))
continue;
reg = of_get_property(child, "reg", &reglen);
if (reg == NULL || reglen < 20)
continue;
Expand Down

0 comments on commit 5418325

Please sign in to comment.