[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <cfedaa82-d61c-0bc5-a960-991fbe5b7449@linaro.org>
Date: Tue, 3 Nov 2020 12:31:06 +0000
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To: trix@...hat.com, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com, kuninori.morimoto.gx@...esas.com
Cc: alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ASoC: wcd9335: remove unneeded semicolon
Thanks for the patch,
On 01/11/2020 17:21, trix@...hat.com wrote:
> From: Tom Rix <trix@...hat.com>
>
> A semicolon is not needed after a switch statement.
>
> Signed-off-by: Tom Rix <trix@...hat.com>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
> ---
> sound/soc/codecs/wcd-clsh-v2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/codecs/wcd-clsh-v2.c b/sound/soc/codecs/wcd-clsh-v2.c
> index 817d8259758c..73258e292e7e 100644
> --- a/sound/soc/codecs/wcd-clsh-v2.c
> +++ b/sound/soc/codecs/wcd-clsh-v2.c
> @@ -507,7 +507,7 @@ static bool wcd_clsh_is_state_valid(int state)
> return true;
> default:
> return false;
> - };
> + }
> }
>
> /*
>
Powered by blists - more mailing lists