Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377011
b: refs/heads/master
c: 9f8c426
h: refs/heads/master
i:
  377009: 5ea06fa
  377007: 8395ea5
v: v3
  • Loading branch information
Sergei Shtylyov authored and David S. Miller committed Jun 11, 2013
1 parent 3be91a9 commit 21da4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2786aae7fc935e44f81d5f359b6a768c81b46a9b
refs/heads/master: 9f8c4265bda4a6e9aa97041d5cfd91386f460b65
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/renesas/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,8 @@ static int sh_eth_check_reset(struct net_device *ndev)
mdelay(1);
cnt--;
}
if (cnt < 0) {
pr_err("Device reset fail\n");
if (cnt <= 0) {
pr_err("Device reset failed\n");
ret = -ETIMEDOUT;
}
return ret;
Expand Down

0 comments on commit 21da4da

Please sign in to comment.