Commit b1a04a62 authored by Ben Boeckel's avatar Ben Boeckel Committed by David S. Miller

smsc911x: replace printk with netdev_ calls

Signed-off-by: default avatarBen Boeckel <mathstuf@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dcdf8710
...@@ -2167,7 +2167,7 @@ static int smsc911x_init(struct net_device *dev) ...@@ -2167,7 +2167,7 @@ static int smsc911x_init(struct net_device *dev)
udelay(1000); udelay(1000);
if (to == 0) { if (to == 0) {
pr_err("Device not READY in 100ms aborting\n"); netdev_err(dev, "Device not READY in 100ms aborting\n");
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment