Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179084
b: refs/heads/master
c: d2a928e
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Jan 4, 2010
1 parent 36f0d23 commit ed0a929
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: e145b98484f5c7444151e90cc0853f14e6d396a4
refs/heads/master: d2a928e4bfc75170af641f073475fc974cf176c2
2 changes: 1 addition & 1 deletion trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@ static int tcam_wait_bit(struct niu *np, u64 bit)
break;
udelay(1);
}
if (limit < 0)
if (limit <= 0)
return -ENODEV;

return 0;
Expand Down

0 comments on commit ed0a929

Please sign in to comment.