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

Commit 4269a8ee authored by Devin Heitmueller's avatar Devin Heitmueller Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7652): em28xx: Drop the severity level of the "urb resubmit failed"



em28xx-core.c
 - Drop the severity level of the "urb resubmit failed" to debug, since it
   occurs every time a stream disconnects, which fills the dmesg log

Signed-off-by: default avatarDevin Heitmueller <devin.heitmueller@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 33e53161
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@ static void em28xx_irq_callback(struct urb *urb)

	urb->status = usb_submit_urb(urb, GFP_ATOMIC);
	if (urb->status) {
		em28xx_err("urb resubmit failed (error=%i)\n",
		em28xx_isocdbg("urb resubmit failed (error=%i)\n",
			       urb->status);
	}
}