Acked-by : Muralidharan Karicheri <[email protected]>

Murali Karicheri
Software Design Engineer
Texas Instruments Inc.
Germantown, MD 20874
phone: 301-407-9583
email: [email protected]

>-----Original Message-----
>From: [email protected] [mailto:linux-media-
>[email protected]] On Behalf Of Hiremath, Vaibhav
>Sent: Tuesday, October 13, 2009 11:09 AM
>To: [email protected]
>Cc: Hiremath, Vaibhav
>Subject: [PATCH 4/6] Davinci VPFE Capture:Replaced IRQ_VDINT1 with
>vpfe_dev->ccdc_irq1
>
>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 c3c37e7..abe21e4 100644
>--- a/drivers/media/video/davinci/vpfe_capture.c
>+++ b/drivers/media/video/davinci/vpfe_capture.c
>@@ -752,7 +752,7 @@ static void vpfe_detach_irq(struct vpfe_device
>*vpfe_dev)
>
>       frame_format = ccdc_dev->hw_ops.get_frame_format();
>       if (frame_format == CCDC_FRMFMT_PROGRESSIVE)
>-              free_irq(IRQ_VDINT1, vpfe_dev);
>+              free_irq(vpfe_dev->ccdc_irq1, vpfe_dev);
> }
>
> static int vpfe_attach_irq(struct vpfe_device *vpfe_dev)
>--
>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