Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179085
b: refs/heads/master
c: 890c8c1
h: refs/heads/master
i:
  179083: 36f0d23
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Jan 4, 2010
1 parent ed0a929 commit 78c8c4e
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: d2a928e4bfc75170af641f073475fc974cf176c2
refs/heads/master: 890c8c18986eb975a76aa8359a712596bc70e61c
2 changes: 1 addition & 1 deletion trunk/drivers/net/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static void sh_eth_reset(struct net_device *ndev)
mdelay(1);
cnt--;
}
if (cnt < 0)
if (cnt == 0)
printk(KERN_ERR "Device reset fail\n");

/* Table Init */
Expand Down

0 comments on commit 78c8c4e

Please sign in to comment.