diff options
Diffstat (limited to 'drivers/media/video/v4l1-compat.c')
-rw-r--r-- | drivers/media/video/v4l1-compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/v4l1-compat.c b/drivers/media/video/v4l1-compat.c index 88beb5a3be15..4134549d11a8 100644 --- a/drivers/media/video/v4l1-compat.c +++ b/drivers/media/video/v4l1-compat.c | |||
@@ -960,7 +960,7 @@ v4l_compat_translate_ioctl(struct inode *inode, | |||
960 | fmt->start[1] = fmt2->fmt.vbi.start[1]; | 960 | fmt->start[1] = fmt2->fmt.vbi.start[1]; |
961 | fmt->count[1] = fmt2->fmt.vbi.count[1]; | 961 | fmt->count[1] = fmt2->fmt.vbi.count[1]; |
962 | fmt->flags = fmt2->fmt.vbi.flags & 0x03; | 962 | fmt->flags = fmt2->fmt.vbi.flags & 0x03; |
963 | break; | 963 | break; |
964 | } | 964 | } |
965 | case VIDIOCSVBIFMT: | 965 | case VIDIOCSVBIFMT: |
966 | { | 966 | { |