Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

smsc911x: replace printk with netdev_ calls

parent dcdf8710
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}