public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Peter Meerwald <pmeerw@pmeerw.net>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] media: no semicolon after switch
Date: Fri, 22 Jun 2012 01:18:56 +0200	[thread overview]
Message-ID: <1845170.Tl4RnTQjcc@avalon> (raw)
In-Reply-To: <1340297165-4018-1-git-send-email-pmeerw@pmeerw.net>

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


      reply	other threads:[~2012-06-21 23:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-21 16:46 [PATCH] media: no semicolon after switch Peter Meerwald
2012-06-21 23:18 ` Laurent Pinchart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1845170.Tl4RnTQjcc@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox