diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-10-14 09:20:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 17:24:49 -0300 |
commit | d54c17e43514ecf0dceffbe13a324d4b6df5b6e0 (patch) | |
tree | c1c261f70767b3f1bf4ef98dc8faf54921df1d98 /drivers/media | |
parent | eb0c58bb1325593840af0e7fbb4dbc654e756591 (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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/zoran/zoran_driver.c | 1 |
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 25de7631443..db11ab9e60d 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, break; default: - dprintk(3, "unsupported\n"); dprintk(1, KERN_ERR "%s: VIDIOC_S_FMT - unsupported type %d\n", |