diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-17 12:42:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-20 16:35:46 -0400 |
commit | ae38d93bd710d8014925f1cb9b689dc89c13d778 (patch) | |
tree | 22c2248afdfa33ae294f9ba4d16d03f4f467a658 /drivers/media/video/ivtv/ivtv-fileops.c | |
parent | 11d28766deedc8bcadc87db8a65775a41c15789a (diff) |
V4L/DVB (5854): ivtv: cleanup of driver messages
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-fileops.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-fileops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-fileops.c b/drivers/media/video/ivtv/ivtv-fileops.c index ee7e884e9c4f..489fbf25e723 100644 --- a/drivers/media/video/ivtv/ivtv-fileops.c +++ b/drivers/media/video/ivtv/ivtv-fileops.c | |||
@@ -832,7 +832,7 @@ int ivtv_v4l2_open(struct inode *inode, struct file *filp) | |||
832 | if (itv == NULL) { | 832 | if (itv == NULL) { |
833 | /* Couldn't find a device registered | 833 | /* Couldn't find a device registered |
834 | on that minor, shouldn't happen! */ | 834 | on that minor, shouldn't happen! */ |
835 | printk(KERN_WARNING "ivtv: no ivtv device found on minor %d\n", minor); | 835 | printk(KERN_WARNING "ivtv: No ivtv device found on minor %d\n", minor); |
836 | return -ENXIO; | 836 | return -ENXIO; |
837 | } | 837 | } |
838 | 838 | ||