This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] omap3isp: ccdc: No semicolon is needed after switch statement
Author:  Peter Meerwald <[email protected]>
Date:    Thu Jun 21 13:46:05 2012 -0300

Signed-off-by: Peter Meerwald <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/omap3isp/ispccdc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=13eaaa7f2fa1d2bd247d68792bf187239a24a33f

diff --git a/drivers/media/video/omap3isp/ispccdc.c 
b/drivers/media/video/omap3isp/ispccdc.c
index f1220d3..9d7ca9b 100644
--- a/drivers/media/video/omap3isp/ispccdc.c
+++ b/drivers/media/video/omap3isp/ispccdc.c
@@ -835,7 +835,7 @@ static void ccdc_config_vp(struct isp_ccdc_device *ccdc)
        case 13:
                fmtcfg_vp |= ISPCCDC_FMTCFG_VPIN_12_3;
                break;
-       };
+       }
 
        if (pipe->input)
                div = DIV_ROUND_UP(l3_ick, pipe->max_rate);
@@ -991,7 +991,7 @@ static void ccdc_config_sync_if(struct isp_ccdc_device 
*ccdc,
        case 12:
                syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_12;
                break;
-       };
+       }
 
        if (syncif->fldmode)
                syn_mode |= ISPCCDC_SYN_MODE_FLDMODE;

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to