Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166700
b: refs/heads/master
c: ec1652a
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Oct 1, 2009
1 parent e13eefd commit 91ccd25
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: ebd6e7744f26b1a0e10d8a46ee57a3e76ceec6f9
refs/heads/master: ec1652af18ef02c7c6ceeabb64f56f16eaf40ae9
2 changes: 1 addition & 1 deletion trunk/drivers/net/bcm63xx_enet.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static int do_mdio_op(struct bcm_enet_priv *priv, unsigned int data)
if (enet_readl(priv, ENET_IR_REG) & ENET_IR_MII)
break;
udelay(1);
} while (limit-- >= 0);
} while (limit-- > 0);

return (limit < 0) ? 1 : 0;
}
Expand Down

0 comments on commit 91ccd25

Please sign in to comment.