Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179083
b: refs/heads/master
c: e145b98
h: refs/heads/master
i:
  179081: 62ea5c3
  179079: 6a21191
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Jan 4, 2010
1 parent 6c2cbba commit 36f0d23
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: 5d66fe92a19fb41373d13e75831169a6b5e5bef5
refs/heads/master: e145b98484f5c7444151e90cc0853f14e6d396a4
2 changes: 1 addition & 1 deletion trunk/drivers/net/atarilance.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ static int lance_open( struct net_device *dev )
while (--i > 0)
if (DREG & CSR0_IDON)
break;
if (i < 0 || (DREG & CSR0_ERR)) {
if (i <= 0 || (DREG & CSR0_ERR)) {
DPRINTK( 2, ( "lance_open(): opening %s failed, i=%d, csr0=%04x\n",
dev->name, i, DREG ));
DREG = CSR0_STOP;
Expand Down

0 comments on commit 36f0d23

Please sign in to comment.