Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131323
b: refs/heads/master
c: cff71e8
h: refs/heads/master
i:
  131321: 39e4051
  131319: 62f6274
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Feb 13, 2009
1 parent d322472 commit ccc7c9f
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: 79d2b29e8ab2bd460b07ff783d679d6cd3032769
refs/heads/master: cff71e89a8bd1175962b603f88f333883726b851
2 changes: 1 addition & 1 deletion trunk/drivers/net/sun3lance.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,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 ccc7c9f

Please sign in to comment.