linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
       [not found] <202002230135.WpIL6nAs%lkp@intel.com>
@ 2020-02-22 17:01 ` kbuild test robot
  2020-02-22 19:32   ` Martin Blumenstingl
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2020-02-22 17:01 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: alsa-devel, kbuild-all, Kevin Hilman, Takashi Iwai,
	Liam Girdwood, Jaroslav Kysela, Mark Brown, linux-amlogic,
	linux-arm-kernel, Jerome Brunet

From: kbuild test robot <lkp@intel.com>

sound/soc/meson/aiu-encoder-i2s.c:129:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 3e25c44598aa ("ASoC: meson: aiu: add support for the Meson8 and Meson8b SoC families")
CC: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.7
head:   b38c4a8a0291c31a660cd77761202ebb18332fb7
commit: 3e25c44598aa44134207ad7b3c5ad6b586135777 [134/139] ASoC: meson: aiu: add support for the Meson8 and Meson8b SoC families

 aiu-encoder-i2s.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/meson/aiu-encoder-i2s.c
+++ b/sound/soc/meson/aiu-encoder-i2s.c
@@ -126,7 +126,7 @@ static int aiu_encoder_i2s_set_legacy_di
 	default:
 		dev_err(component->dev, "Unsupported i2s divider: %u\n", bs);
 		return -EINVAL;
-	};
+	}
 
 	snd_soc_component_update_bits(component, AIU_CLK_CTRL,
 				      AIU_CLK_CTRL_I2S_DIV,

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
  2020-02-22 17:01 ` [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings kbuild test robot
@ 2020-02-22 19:32   ` Martin Blumenstingl
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Blumenstingl @ 2020-02-22 19:32 UTC (permalink / raw)
  To: kbuild test robot
  Cc: alsa-devel, kbuild-all, Kevin Hilman, Takashi Iwai,
	Liam Girdwood, Jaroslav Kysela, Mark Brown, linux-amlogic,
	linux-arm-kernel, Jerome Brunet

On Sat, Feb 22, 2020 at 6:02 PM kbuild test robot <lkp@intel.com> wrote:
>
> From: kbuild test robot <lkp@intel.com>
>
> sound/soc/meson/aiu-encoder-i2s.c:129:2-3: Unneeded semicolon
>
>
>  Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> Fixes: 3e25c44598aa ("ASoC: meson: aiu: add support for the Meson8 and Meson8b SoC families")
> CC: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> Signed-off-by: kbuild test robot <lkp@intel.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

and also (as reply to my original patch yesterday):
Reported-by: Jerome Brunet <jbrunet@baylibre.com>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-22 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202002230135.WpIL6nAs%lkp@intel.com>
2020-02-22 17:01 ` [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings kbuild test robot
2020-02-22 19:32   ` Martin Blumenstingl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).