Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368585
b: refs/heads/master
c: 14c3326
h: refs/heads/master
i:
  368583: 49724df
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and David S. Miller committed Mar 21, 2013
1 parent d001ee1 commit af03d09
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: 4021db9a0daa42ff72570f7b0375d195e528f73f
refs/heads/master: 14c3326a111b948cabc35d523a43a1e6663f6091
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 @@ -592,7 +592,7 @@ static int sh_eth_check_reset(struct net_device *ndev)
cnt--;
}
if (cnt < 0) {
printk(KERN_ERR "Device reset fail\n");
pr_err("Device reset fail\n");
ret = -ETIMEDOUT;
}
return ret;
Expand Down Expand Up @@ -2321,7 +2321,7 @@ static const u16 *sh_eth_get_register_offset(int register_type)
reg_offset = sh_eth_offset_fast_sh3_sh2;
break;
default:
printk(KERN_ERR "Unknown register type (%d)\n", register_type);
pr_err("Unknown register type (%d)\n", register_type);
break;
}

Expand Down

0 comments on commit af03d09

Please sign in to comment.