Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155017
b: refs/heads/master
c: 1ded3f5
h: refs/heads/master
i:
  155015: d6eb420
v: v3
  • Loading branch information
Stephane Contri authored and David S. Miller committed Jul 6, 2009
1 parent 7ff3890 commit de25dbd
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: 78c29bd95bd8d2c3bcf7932cb3ab8ae01cd8f58f
refs/heads/master: 1ded3f59f35a2642852b3e2a1c0fa8a97777e9af
2 changes: 1 addition & 1 deletion trunk/net/dsa/mv88e6xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ static int mv88e6xxx_stats_wait(struct dsa_switch *ds)
int i;

for (i = 0; i < 10; i++) {
ret = REG_READ(REG_GLOBAL2, 0x1d);
ret = REG_READ(REG_GLOBAL, 0x1d);
if ((ret & 0x8000) == 0)
return 0;
}
Expand Down

0 comments on commit de25dbd

Please sign in to comment.