summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-21 10:49:04 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-21 10:49:04 -0300
commit5f89b040e5e6f62823c22d0a8ae5c11df92db88b (patch)
tree5e1beadf904a4310c21790c3d35f4a42d6cd54cf /linux/drivers/media/video/em28xx
parent8492cd4705e11f3054cab5281ecffd4ed48d1a1a (diff)
parente48f91ecc0980d3b05a7642b96391a23d66d8f53 (diff)
downloadmediapointer-dvb-s2-5f89b040e5e6f62823c22d0a8ae5c11df92db88b.tar.gz
mediapointer-dvb-s2-5f89b040e5e6f62823c22d0a8ae5c11df92db88b.tar.bz2
merge: http://linuxtv.org/hg/~endriss/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-core.c b/linux/drivers/media/video/em28xx/em28xx-core.c
index 95d2be4ac..393425487 100644
--- a/linux/drivers/media/video/em28xx/em28xx-core.c
+++ b/linux/drivers/media/video/em28xx/em28xx-core.c
@@ -585,8 +585,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);
}
}