Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131697
b: refs/heads/master
c: 9df8f4e
h: refs/heads/master
i:
  131695: 5a3d700
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Feb 20, 2009
1 parent 174dc49 commit 965f219
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: 494ef10ebacc23679350a17483879366d8bafebd
refs/heads/master: 9df8f4e3ee760c14211a5f484e9ee4f0bc0c566b
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc9420.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static int smsc9420_eeprom_send_cmd(struct smsc9420_pdata *pd, u32 op)
do {
msleep(1);
e2cmd = smsc9420_reg_read(pd, E2P_CMD);
} while ((e2cmd & E2P_CMD_EPC_BUSY_) && (timeout--));
} while ((e2cmd & E2P_CMD_EPC_BUSY_) && (--timeout));

if (!timeout) {
smsc_info(HW, "TIMED OUT");
Expand Down

0 comments on commit 965f219

Please sign in to comment.