diff options
Diffstat (limited to 'drivers/media/video/videodev.c')
-rw-r--r-- | drivers/media/video/videodev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/videodev.c b/drivers/media/video/videodev.c index 763e178555d0..2dfa7f23d0ca 100644 --- a/drivers/media/video/videodev.c +++ b/drivers/media/video/videodev.c | |||
@@ -1216,6 +1216,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file, | |||
1216 | case VIDIOC_G_MPEGCOMP: | 1216 | case VIDIOC_G_MPEGCOMP: |
1217 | { | 1217 | { |
1218 | struct v4l2_mpeg_compression *p=arg; | 1218 | struct v4l2_mpeg_compression *p=arg; |
1219 | |||
1219 | /*FIXME: Several fields not shown */ | 1220 | /*FIXME: Several fields not shown */ |
1220 | if (!vfd->vidioc_g_mpegcomp) | 1221 | if (!vfd->vidioc_g_mpegcomp) |
1221 | break; | 1222 | break; |