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: Devin Heitmueller <devin.heitmueller@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Devin Heitmueller 2008-04-21 07:01:09 -03:00 committed by Mauro Carvalho Chehab
parent 33e5316113
commit 4269a8eed2
1 changed files with 2 additions and 2 deletions

View 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);
}
}