Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322029
b: refs/heads/master
c: 61abcb7
h: refs/heads/master
i:
  322027: 69bf783
v: v3
  • Loading branch information
Timur Tabi authored and David S. Miller committed Aug 20, 2012
1 parent 521e3f1 commit 125621c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3296193d1421c2d6f9e49e181cecfd917f0f5764
refs/heads/master: 61abcb7b058853900a3092f2c21988a444e3aaea
2 changes: 1 addition & 1 deletion trunk/drivers/net/phy/mdio-mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int mdio_mux_init(struct device *dev,
pb->mii_bus = parent_bus;

ret_val = -ENODEV;
for_each_child_of_node(dev->of_node, child_bus_node) {
for_each_available_child_of_node(dev->of_node, child_bus_node) {
u32 v;

r = of_property_read_u32(child_bus_node, "reg", &v);
Expand Down

0 comments on commit 125621c

Please sign in to comment.