提交 b1a04a62 编写于 作者: B Ben Boeckel 提交者: David S. Miller

smsc911x: replace printk with netdev_ calls

Signed-off-by: NBen Boeckel <mathstuf@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dcdf8710
......@@ -2167,7 +2167,7 @@ static int smsc911x_init(struct net_device *dev)
udelay(1000);
if (to == 0) {
pr_err("Device not READY in 100ms aborting\n");
netdev_err(dev, "Device not READY in 100ms aborting\n");
return -ENODEV;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册