Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103104
b: refs/heads/master
c: 2fcf06c
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Jeff Garzik committed Jun 25, 2008
1 parent 60872b7 commit 50f8367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8dd0ecbb74d4b220b105d77c0633945ebb5453e
refs/heads/master: 2fcf06ca67d1cd5fcf748b3f70ef9e724951fab4
2 changes: 2 additions & 0 deletions trunk/drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ static int dm9000_wait_eeprom(board_info_t *db)
if ((status & EPCR_ERRE) == 0)
break;

msleep(1);

if (timeout-- < 0) {
dev_dbg(db->dev, "timeout waiting EEPROM\n");
break;
Expand Down

0 comments on commit 50f8367

Please sign in to comment.