| Submitter | hvaibhav@ti.com |
|---|---|
| Date | 2009-10-13 15:09:22 |
| Message ID | <1255446562-16809-1-git-send-email-hvaibhav@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/53427/ |
| State | RFC |
| Headers | show |
Comments
Acked-by : Muralidharan Karicheri <m-karicheri2@ti.com> Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 phone: 301-407-9583 email: m-karicheri2@ti.com >-----Original Message----- >From: linux-media-owner@vger.kernel.org [mailto:linux-media- >owner@vger.kernel.org] On Behalf Of Hiremath, Vaibhav >Sent: Tuesday, October 13, 2009 11:09 AM >To: linux-media@vger.kernel.org >Cc: Hiremath, Vaibhav >Subject: [PATCH 4/6] Davinci VPFE Capture:Replaced IRQ_VDINT1 with >vpfe_dev->ccdc_irq1 > >From: Vaibhav Hiremath <hvaibhav@ti.com> > >Signed-off-by: Vaibhav Hiremath <hvaibhav@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 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 majordomo@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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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)