]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (7652): em28xx: Drop the severity level of the "urb resubmit failed"
authorDevin Heitmueller <devin.heitmueller@gmail.com>
Mon, 21 Apr 2008 10:01:09 +0000 (07:01 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:09:44 +0000 (14:09 -0300)
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: Devin Heitmueller <devin.heitmueller@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/em28xx/em28xx-core.c

index db40358c773bb4e2bb333edaab58be08742252e9..f8c41d8c74c4173be55d517b1647b2bf244d27bf 100644 (file)
@@ -576,8 +576,8 @@ 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",
-                       urb->status);
+               em28xx_isocdbg("urb resubmit failed (error=%i)\n",
+                              urb->status);
        }
 }