public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: Fengguang Wu <fengguang.wu@intel.com>
Cc: Mark Brown <broonie@kernel.org>,
	linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH] ASoC: Intel: mrfld: fix semicolon.cocci warnings
Date: Thu, 16 Oct 2014 21:36:13 +0530	[thread overview]
Message-ID: <20141016160613.GI1638@intel.com> (raw)
In-Reply-To: <543feedb.9M0AZfu7MKIHlZcy%fengguang.wu@intel.com>

On Fri, Oct 17, 2014 at 12:14:19AM +0800, Fengguang Wu wrote:
> sound/soc/intel/sst-atom-controls.c:249:2-3: Unneeded semicolon
> sound/soc/intel/sst-atom-controls.c:289:2-3: Unneeded semicolon
> 
> 
>  Removes unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Vinod Koul <vinod.koul@intel.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>

Thanks
-- 
~Vinod

> ---
> 
>  sst-atom-controls.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- a/sound/soc/intel/sst-atom-controls.c
> +++ b/sound/soc/intel/sst-atom-controls.c
> @@ -246,7 +246,7 @@ static int sst_gain_get(struct snd_kcont
>  		dev_err(component->dev, "Invalid Input- gain type:%d\n",
>  				mc->type);
>  		return -EINVAL;
> -	};
> +	}
>  
>  	return 0;
>  }
> @@ -286,7 +286,7 @@ static int sst_gain_put(struct snd_kcont
>  		dev_err(cmpnt->dev, "Invalid Input- gain type:%d\n",
>  				mc->type);
>  		return -EINVAL;
> -	};
> +	}
>  
>  	if (mc->w && mc->w->power)
>  		ret = sst_send_gain_cmd(drv, gv, mc->task_id,

-- 

  reply	other threads:[~2014-10-16 16:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-16 16:14 [PATCH] ASoC: Intel: mrfld: fix semicolon.cocci warnings Fengguang Wu
2014-10-16 16:06 ` Vinod Koul [this message]
2014-10-17  8:57 ` Mark Brown

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=20141016160613.GI1638@intel.com \
    --to=vinod.koul@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=fengguang.wu@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /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