diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-12-23 12:37:43 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-02 14:10:44 -0500 |
commit | 7943ecf161753ae92af74e7587c8438f221d55a5 (patch) | |
tree | f68ade8225006ce55ab27c6dd9e45e490a982d74 /drivers/media | |
parent | f9d14250071eda9972e4c9cea745a11185952114 (diff) |
V4L/DVB (10132): v4l2-compat-ioctl32: remove dependency on videodev.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/v4l2-compat-ioctl32.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/v4l2-compat-ioctl32.c b/drivers/media/video/v4l2-compat-ioctl32.c index d0e1bd3ace6a..26fdf1e4a2f9 100644 --- a/drivers/media/video/v4l2-compat-ioctl32.c +++ b/drivers/media/video/v4l2-compat-ioctl32.c | |||
@@ -1065,8 +1065,9 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) | |||
1065 | break; | 1065 | break; |
1066 | #endif | 1066 | #endif |
1067 | default: | 1067 | default: |
1068 | v4l_print_ioctl("compat_ioctl32", cmd); | 1068 | printk(KERN_WARNING "compat_ioctl32: " |
1069 | printk(KERN_CONT "\n"); | 1069 | "unknown ioctl '%c', dir=%d, #%d (0x%08x)\n", |
1070 | _IOC_TYPE(cmd), _IOC_DIR(cmd), _IOC_NR(cmd), cmd); | ||
1070 | break; | 1071 | break; |
1071 | } | 1072 | } |
1072 | return ret; | 1073 | return ret; |