Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356440
b: refs/heads/master
c: 5444d63
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Kumar Gala committed Feb 13, 2013
1 parent fef1bb4 commit 28eaee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 6cce76dc9ed9efc0a43fca233ddd205e7ded55eb
refs/heads/master: 5444d639ec360679977758d5e896386c6b1babff
4 changes: 1 addition & 3 deletions trunk/arch/powerpc/platforms/85xx/mpc85xx_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,7 @@ static void __init mpc85xx_mds_reset_ucc_phys(void)
setbits8(&bcsr_regs[7], BCSR7_UCC12_GETHnRST);
clrbits8(&bcsr_regs[8], BCSR8_UEM_MARVELL_RST);

for (np = NULL; (np = of_find_compatible_node(np,
"network",
"ucc_geth")) != NULL;) {
for_each_compatible_node(np, "network", "ucc_geth") {
const unsigned int *prop;
int ucc_num;

Expand Down

0 comments on commit 28eaee6

Please sign in to comment.