Acked-by Muralidharan Karicheri <[email protected]>

Murali Karicheri
Software Design Engineer
Texas Instruments Inc.
Germantown, MD 20874
email: [email protected]

>-----Original Message-----
>From: [email protected] [mailto:linux-media-
>[email protected]] On Behalf Of Hiremath, Vaibhav
>Sent: Tuesday, October 13, 2009 11:07 AM
>To: [email protected]
>Cc: Hiremath, Vaibhav
>Subject: [PATCH 1/6] Davinci VPFE Capture: Specify device pointer in
>videobuf_queue_dma_contig_init
>
>From: Vaibhav Hiremath <[email protected]>
>
>Signed-off-by: Vaibhav Hiremath <[email protected]>
>---
> 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 [email protected]
>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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to