Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159316
b: refs/heads/master
c: e4540aa
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Aug 5, 2009
1 parent a0e9768 commit 4e525f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 76e61eaa55e33ea51205fad633393d1ae10311c5
refs/heads/master: e4540aa94f9b3e75528d9091524e7d82a0650f10
4 changes: 2 additions & 2 deletions trunk/drivers/net/cpmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1245,11 +1245,11 @@ int __devinit cpmac_init(void)

cpmac_mii->reset(cpmac_mii);

for (i = 0; i < 300000; i++)
for (i = 0; i < 300; i++)
if ((mask = cpmac_read(cpmac_mii->priv, CPMAC_MDIO_ALIVE)))
break;
else
cpu_relax();
msleep(10);

mask &= 0x7fffffff;
if (mask & (mask - 1)) {
Expand Down

0 comments on commit 4e525f9

Please sign in to comment.