Skip to content

Commit

Permalink
smsc911x: replace printk with netdev_ calls
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ben Boeckel authored and David S. Miller committed Nov 2, 2013
1 parent dcdf871 commit b1a04a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/smsc/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b1a04a6

Please sign in to comment.