提交 14c3326a 编写于 作者: N Nobuhiro Iwamatsu 提交者: David S. Miller

net: sh-eth: Use pr_err instead of printk

Signed-off-by: NNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4021db9a
......@@ -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;
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册