aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/s5p-fimc
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/s5p-fimc
parentV4L/DVB: gspca - sonixj: Propagate USB errors to higher level (diff)
downloadlinux-dev-e3cfd447d01cf723ccda0ad6bfa2e85b73d3d747.tar.xz
linux-dev-e3cfd447d01cf723ccda0ad6bfa2e85b73d3d747.zip
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/s5p-fimc')
-rw-r--r--drivers/media/video/s5p-fimc/fimc-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/s5p-fimc/fimc-core.c b/drivers/media/video/s5p-fimc/fimc-core.c
index 6961c55baf9b..c56029ee6e31 100644
--- a/drivers/media/video/s5p-fimc/fimc-core.c
+++ b/drivers/media/video/s5p-fimc/fimc-core.c
@@ -1138,7 +1138,7 @@ static void queue_init(void *priv, struct videobuf_queue *vq,
videobuf_queue_dma_contig_init(vq, &fimc_qops,
fimc->m2m.v4l2_dev.dev,
&fimc->irqlock, type, V4L2_FIELD_NONE,
- sizeof(struct fimc_vid_buffer), priv);
+ sizeof(struct fimc_vid_buffer), priv, NULL);
}
static int fimc_m2m_open(struct file *file)