Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130501
b: refs/heads/master
c: f307dbd
h: refs/heads/master
i:
  130499: 15457e1
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Jan 30, 2009
1 parent 15162bb commit 94a2127
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: 1609559547ae0ddc2e4829c7f78ac2c4869875b9
refs/heads/master: f307dbd88d82c4ccab7aec49613c366023b89cde
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ smsc911x_rx_fastforward(struct smsc911x_data *pdata, unsigned int pktbytes)
do {
udelay(1);
val = smsc911x_reg_read(pdata, RX_DP_CTRL);
} while (timeout-- && (val & RX_DP_CTRL_RX_FFWD_));
} while (--timeout && (val & RX_DP_CTRL_RX_FFWD_));

if (unlikely(timeout == 0))
SMSC_WARNING(HW, "Timed out waiting for "
Expand Down

0 comments on commit 94a2127

Please sign in to comment.