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

Commit 23d23e40 authored by Christian Samsel's avatar Christian Samsel Committed by David S. Miller
Browse files

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: default avatarChristian Samsel <christian.samsel@rwth-aachen.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a767bde4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1457,7 +1457,6 @@ int usbnet_resume (struct usb_interface *intf)
		spin_lock_irq(&dev->txq.lock);
		spin_lock_irq(&dev->txq.lock);
		while ((res = usb_get_from_anchor(&dev->deferred))) {
		while ((res = usb_get_from_anchor(&dev->deferred))) {


			printk(KERN_INFO"%s has delayed data\n", __func__);
			skb = (struct sk_buff *)res->context;
			skb = (struct sk_buff *)res->context;
			retval = usb_submit_urb(res, GFP_ATOMIC);
			retval = usb_submit_urb(res, GFP_ATOMIC);
			if (retval < 0) {
			if (retval < 0) {