* [PATCH] media: no semicolon after switch
@ 2012-06-21 16:46 Peter Meerwald
2012-06-21 23:18 ` Laurent Pinchart
0 siblings, 1 reply; 2+ messages in thread
From: Peter Meerwald @ 2012-06-21 16:46 UTC (permalink / raw)
To: linux-media; +Cc: laurent.pinchart, Peter Meerwald
From: Peter Meerwald <p.meerwald@bct-electronic.com>
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
---
drivers/media/video/omap3isp/ispccdc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/omap3isp/ispccdc.c b/drivers/media/video/omap3isp/ispccdc.c
index 7e32331..b74f7e9 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;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] media: no semicolon after switch
2012-06-21 16:46 [PATCH] media: no semicolon after switch Peter Meerwald
@ 2012-06-21 23:18 ` Laurent Pinchart
0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2012-06-21 23:18 UTC (permalink / raw)
To: Peter Meerwald; +Cc: linux-media
Hi Peter,
Thanks for the patch. I've applied it to my tree.
On Thursday 21 June 2012 18:46:05 Peter Meerwald wrote:
> From: Peter Meerwald <p.meerwald@bct-electronic.com>
>
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
> ---
> drivers/media/video/omap3isp/ispccdc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/media/video/omap3isp/ispccdc.c
> b/drivers/media/video/omap3isp/ispccdc.c index 7e32331..b74f7e9 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;
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-21 23:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-21 16:46 [PATCH] media: no semicolon after switch Peter Meerwald
2012-06-21 23:18 ` Laurent Pinchart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox