Acked-by Muralidharan Karicheri <m-kariche...@ti.com>

Murali Karicheri
Software Design Engineer
Texas Instruments Inc.
Germantown, MD 20874
email: m-kariche...@ti.com

>-----Original Message-----
>From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
>ow...@vger.kernel.org] On Behalf Of Hiremath, Vaibhav
>Sent: Tuesday, October 13, 2009 11:07 AM
>To: linux-media@vger.kernel.org
>Cc: Hiremath, Vaibhav
>Subject: [PATCH 1/6] Davinci VPFE Capture: Specify device pointer in
>videobuf_queue_dma_contig_init
>
>From: Vaibhav Hiremath <hvaib...@ti.com>
>
>Signed-off-by: Vaibhav Hiremath <hvaib...@ti.com>
>---
> drivers/media/video/davinci/vpfe_capture.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>diff --git a/drivers/media/video/davinci/vpfe_capture.c
>b/drivers/media/video/davinci/vpfe_capture.c
>index ff43446..dc32de0 100644
>--- a/drivers/media/video/davinci/vpfe_capture.c
>+++ b/drivers/media/video/davinci/vpfe_capture.c
>@@ -1547,7 +1547,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,
>--
>1.6.2.4
>
>--
>To unsubscribe from this list: send the line "unsubscribe linux-media" in
>the body of a message to majord...@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to