Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131700
b: refs/heads/master
c: 2cf0dbe
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Feb 20, 2009
1 parent e4b17eb commit 53fd7ee
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: 196b7e1b9cca9e187bb61fa7d60f04f4ab2c0592
refs/heads/master: 2cf0dbed27af3f827a96db98c2535002902f6af0
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ static int smsc911x_eeprom_send_cmd(struct smsc911x_data *pdata, u32 op)
do {
msleep(1);
e2cmd = smsc911x_reg_read(pdata, E2P_CMD);
} while ((e2cmd & E2P_CMD_EPC_BUSY_) && (timeout--));
} while ((e2cmd & E2P_CMD_EPC_BUSY_) && (--timeout));

if (!timeout) {
SMSC_TRACE(DRV, "TIMED OUT");
Expand Down

0 comments on commit 53fd7ee

Please sign in to comment.