mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
V4L/DVB (13463): Davinci VPFE Capture: Specify device pointer in videobuf_queue_dma_contig_init
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
47a5030798
commit
204e6ea981
1 changed files with 1 additions and 1 deletions
|
@ -1338,7 +1338,7 @@ static int vpfe_reqbufs(struct file *file, void *priv,
|
|||
vpfe_dev->memory = req_buf->memory;
|
||||
videobuf_queue_dma_contig_init(&vpfe_dev->buffer_queue,
|
||||
&vpfe_videobuf_qops,
|
||||
NULL,
|
||||
vpfe_dev->pdev,
|
||||
&vpfe_dev->irqlock,
|
||||
req_buf->type,
|
||||
vpfe_dev->fmt.fmt.pix.field,
|
||||
|
|
Loading…
Add table
Reference in a new issue