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

Commit 55f9d678 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: Remove debugging code



Remove a debugging aid I accidently left in previous 'cleanup' patch

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2f8bc32b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5155,8 +5155,6 @@ struct net_device *alloc_netdev_mq(int sizeof_priv, const char *name,
	}

	dev = PTR_ALIGN(p, NETDEV_ALIGN);
	pr_err("%s dev=%p queue_count=%d tx=%p\n", name, dev, queue_count, tx);
	WARN_ON(queue_count == 1);
	dev->padded = (char *)dev - (char *)p;

	if (dev_addr_init(dev))