From: Eric Dumazet Date: Thu, 3 Sep 2009 12:17:20 +0000 (-0700) Subject: net: Remove debugging code X-Git-Tag: Ubuntu-5.10.0-12.13~31684^2~114 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=55f9d6786de2f9cf37db50dbe8ae16f887f3ad7f;p=mirror_ubuntu-hirsute-kernel.git net: Remove debugging code Remove a debugging aid I accidently left in previous 'cleanup' patch Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/net/core/dev.c b/net/core/dev.c index dd94ae637e66..1a6561b1eb90 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -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))