From: kfraser@localhost.localdomain Date: Tue, 31 Oct 2006 09:49:31 +0000 (+0000) Subject: [NET] back: Remove warning about non-zero tx queue length. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15567^2~169^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f99eaa7a3b20341acdcc6184800d2081b13e675c;p=xen.git [NET] back: Remove warning about non-zero tx queue length. Signed-off-by: Keir Fraser --- diff --git a/linux-2.6-xen-sparse/drivers/xen/netback/interface.c b/linux-2.6-xen-sparse/drivers/xen/netback/interface.c index c56013945b..9fae954bd2 100644 --- a/linux-2.6-xen-sparse/drivers/xen/netback/interface.c +++ b/linux-2.6-xen-sparse/drivers/xen/netback/interface.c @@ -166,9 +166,6 @@ netif_t *netif_alloc(domid_t domid, unsigned int handle) SET_ETHTOOL_OPS(dev, &network_ethtool_ops); dev->tx_queue_len = netbk_queue_length; - if (dev->tx_queue_len != 0) - printk(KERN_WARNING "netbk: WARNING: device '%s' has non-zero " - "queue length (%lu)!\n", dev->name, dev->tx_queue_len); /* * Initialise a dummy MAC address. We choose the numerically