diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-09-30 08:18:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:06:19 -0400 |
commit | e3cfd447d01cf723ccda0ad6bfa2e85b73d3d747 (patch) | |
tree | 8fd50212aabd40320a41b6a55055fc808b544cd8 /drivers/media/video/omap | |
parent | 4bf8b679029127fd84e9bfeb8710723a426e89ad (diff) |
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/omap')
-rw-r--r-- | drivers/media/video/omap/omap_vout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c index 4ed51b1552e1..15f8793e325b 100644 --- a/drivers/media/video/omap/omap_vout.c +++ b/drivers/media/video/omap/omap_vout.c | |||
@@ -1341,7 +1341,7 @@ static int omap_vout_open(struct file *file) | |||
1341 | 1341 | ||
1342 | videobuf_queue_dma_contig_init(q, &video_vbq_ops, q->dev, | 1342 | videobuf_queue_dma_contig_init(q, &video_vbq_ops, q->dev, |
1343 | &vout->vbq_lock, vout->type, V4L2_FIELD_NONE, | 1343 | &vout->vbq_lock, vout->type, V4L2_FIELD_NONE, |
1344 | sizeof(struct videobuf_buffer), vout); | 1344 | sizeof(struct videobuf_buffer), vout, NULL); |
1345 | 1345 | ||
1346 | v4l2_dbg(1, debug, &vout->vid_dev->v4l2_dev, "Exiting %s\n", __func__); | 1346 | v4l2_dbg(1, debug, &vout->vid_dev->v4l2_dev, "Exiting %s\n", __func__); |
1347 | return 0; | 1347 | return 0; |