aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-10-14 08:20:48 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-17 16:24:49 -0400
commitd54c17e43514ecf0dceffbe13a324d4b6df5b6e0 (patch)
treec1c261f70767b3f1bf4ef98dc8faf54921df1d98
parenteb0c58bb1325593840af0e7fbb4dbc654e756591 (diff)
V4L/DVB (9234): zoran: Drop redundant printk
There's no point in logging two messages for the same error. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/zoran/zoran_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/zoran/zoran_driver.c b/drivers/media/video/zoran/zoran_driver.c
index 25de7631443e..db11ab9e60da 100644
--- a/drivers/media/video/zoran/zoran_driver.c
+++ b/drivers/media/video/zoran/zoran_driver.c
@@ -2996,7 +2996,6 @@ zoran_do_ioctl (struct inode *inode,
2996 break; 2996 break;
2997 2997
2998 default: 2998 default:
2999 dprintk(3, "unsupported\n");
3000 dprintk(1, 2999 dprintk(1,
3001 KERN_ERR 3000 KERN_ERR
3002 "%s: VIDIOC_S_FMT - unsupported type %d\n", 3001 "%s: VIDIOC_S_FMT - unsupported type %d\n",