diff options
author | Christian Samsel <Christian.Samsel@rwth-aachen.de> | 2010-08-04 22:14:36 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-05 13:21:24 -0700 |
commit | 23d23e409a51a3eaad17a8045d30fd9cf8fb8a03 (patch) | |
tree | e8487724356612818ebf68bc693f0401ea4a5273 /drivers/net/usb/usbnet.c | |
parent | a767bde4d484b60dab0abac740a7151b624a30bf (diff) | |
download | talos-op-linux-23d23e409a51a3eaad17a8045d30fd9cf8fb8a03.tar.gz talos-op-linux-23d23e409a51a3eaad17a8045d30fd9cf8fb8a03.zip |
usbnet: remove noisy and hardly useful printk
With turned on hspa modem (Dell 5530 internal card) and activated usb auto
suspend, my system gets up 100 "usbnet_resume has delayed data" per
minute. I didnt noticed any pathological behaviour, so just drop
this message. if any objections, please at least change it to _DEBUG.
Signed-off-by: Christian Samsel <christian.samsel@rwth-aachen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/usbnet.c')
-rw-r--r-- | drivers/net/usb/usbnet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/usb/usbnet.c b/drivers/net/usb/usbnet.c index 3b03794ac3f5..7f62e2dea28f 100644 --- a/drivers/net/usb/usbnet.c +++ b/drivers/net/usb/usbnet.c @@ -1457,7 +1457,6 @@ int usbnet_resume (struct usb_interface *intf) spin_lock_irq(&dev->txq.lock); while ((res = usb_get_from_anchor(&dev->deferred))) { - printk(KERN_INFO"%s has delayed data\n", __func__); skb = (struct sk_buff *)res->context; retval = usb_submit_urb(res, GFP_ATOMIC); if (retval < 0) { |