Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135175
b: refs/heads/master
c: f7efb6c
h: refs/heads/master
i:
  135173: fa3134e
  135171: 7f084bf
  135167: 2e3fa83
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Mar 13, 2009
1 parent 5ba6d3b commit 409d383
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: 8dacd548129d03e87751f75ea83b42a8a17ee651
refs/heads/master: f7efb6ccc2113911e4e064f78bcd0343c4673038
4 changes: 2 additions & 2 deletions trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1162,8 +1162,8 @@ static int smsc911x_open(struct net_device *dev)

/* Make sure EEPROM has finished loading before setting GPIO_CFG */
timeout = 50;
while ((timeout--) &&
(smsc911x_reg_read(pdata, E2P_CMD) & E2P_CMD_EPC_BUSY_)) {
while ((smsc911x_reg_read(pdata, E2P_CMD) & E2P_CMD_EPC_BUSY_) &&
--timeout) {
udelay(10);
}

Expand Down

0 comments on commit 409d383

Please sign in to comment.