Skip to content

Commit

Permalink
V4L/DVB (7652): em28xx: Drop the severity level of the "urb resubmit …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 33e5316 commit 4269a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 4269a8e

Please sign in to comment.