aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/sh_mobile_ceu_camera.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-09-30 09:18:52 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 01:06:19 -0200
commite3cfd447d01cf723ccda0ad6bfa2e85b73d3d747 (patch)
tree8fd50212aabd40320a41b6a55055fc808b544cd8 /drivers/media/video/sh_mobile_ceu_camera.c
parent4bf8b679029127fd84e9bfeb8710723a426e89ad (diff)
downloadkernel_samsung_smdk4412-e3cfd447d01cf723ccda0ad6bfa2e85b73d3d747.zip
kernel_samsung_smdk4412-e3cfd447d01cf723ccda0ad6bfa2e85b73d3d747.tar.gz
kernel_samsung_smdk4412-e3cfd447d01cf723ccda0ad6bfa2e85b73d3d747.tar.bz2
V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2)
Missed a few init functions on non-Intel platforms the first time :-( Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/sh_mobile_ceu_camera.c')
-rw-r--r--drivers/media/video/sh_mobile_ceu_camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/sh_mobile_ceu_camera.c b/drivers/media/video/sh_mobile_ceu_camera.c
index cbc997d..b11e749 100644
--- a/drivers/media/video/sh_mobile_ceu_camera.c
+++ b/drivers/media/video/sh_mobile_ceu_camera.c
@@ -1786,7 +1786,7 @@ static void sh_mobile_ceu_init_videobuf(struct videobuf_queue *q,
V4L2_BUF_TYPE_VIDEO_CAPTURE,
pcdev->field,
sizeof(struct sh_mobile_ceu_buffer),
- icd);
+ icd, NULL);
}
static int sh_mobile_ceu_get_parm(struct soc_camera_device *icd,