Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313697
b: refs/heads/master
c: f7854e7
h: refs/heads/master
i:
  313695: ab19acb
v: v3
  • Loading branch information
Holger Brunck authored and Kumar Gala committed Jul 10, 2012
1 parent d6f5329 commit 19a4270
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: 4a35243319a23dc36667ff7330fceac6c824ab15
refs/heads/master: f7854e72a39b10f66bcf056041d179716d59897c
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/83xx/km83xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static void __init mpc83xx_km_setup_arch(void)
for_each_node_by_name(np, "spi")
par_io_of_config(np);

for (np = NULL; (np = of_find_node_by_name(np, "ucc")) != NULL;)
for_each_node_by_name(np, "ucc")
par_io_of_config(np);
}

Expand Down

0 comments on commit 19a4270

Please sign in to comment.