aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/sh_vou.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/sh_vou.c')
-rw-r--r--drivers/media/video/sh_vou.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/sh_vou.c b/drivers/media/video/sh_vou.c
index d3acd02a1632..195ac8651160 100644
--- a/drivers/media/video/sh_vou.c
+++ b/drivers/media/video/sh_vou.c
@@ -1189,7 +1189,8 @@ static int sh_vou_open(struct file *file)
1189 vou_dev->v4l2_dev.dev, &vou_dev->lock, 1189 vou_dev->v4l2_dev.dev, &vou_dev->lock,
1190 V4L2_BUF_TYPE_VIDEO_OUTPUT, 1190 V4L2_BUF_TYPE_VIDEO_OUTPUT,
1191 V4L2_FIELD_NONE, 1191 V4L2_FIELD_NONE,
1192 sizeof(struct videobuf_buffer), vdev); 1192 sizeof(struct videobuf_buffer), vdev,
1193 NULL);
1193 1194
1194 return 0; 1195 return 0;
1195} 1196}