All of lore.kernel.org
 help / color / mirror / Atom feed
* [asoc:for-5.7 134/139] sound/soc/meson/aiu-encoder-i2s.c:129:2-3: Unneeded semicolon
@ 2020-02-22 17:01 ` kbuild test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kbuild test robot @ 2020-02-22 17:01 UTC (permalink / raw)
  To: Martin Blumenstingl; +Cc: alsa-devel, Mark Brown, kbuild-all, Jerome Brunet

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

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

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

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

* [asoc:for-5.7 134/139] sound/soc/meson/aiu-encoder-i2s.c:129:2-3: Unneeded semicolon
@ 2020-02-22 17:01 ` kbuild test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kbuild test robot @ 2020-02-22 17:01 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 654 bytes --]

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

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

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

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

* [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
  2020-02-22 17:01 ` kbuild test robot
  (?)
  (?)
@ 2020-02-22 17:01   ` kbuild test robot
  -1 siblings, 0 replies; 9+ 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, 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,

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

* [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
@ 2020-02-22 17:01   ` kbuild test robot
  0 siblings, 0 replies; 9+ 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-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
@ 2020-02-22 17:01   ` kbuild test robot
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

* [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
@ 2020-02-22 17:01   ` kbuild test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kbuild test robot @ 2020-02-22 17:01 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]

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,

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

* Re: [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
  2020-02-22 17:01   ` kbuild test robot
  (?)
@ 2020-02-22 19:32     ` Martin Blumenstingl
  -1 siblings, 0 replies; 9+ 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-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
@ 2020-02-22 19:32     ` Martin Blumenstingl
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

* Re: [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
@ 2020-02-22 19:32     ` Martin Blumenstingl
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Blumenstingl @ 2020-02-22 19:32 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

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>

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-22 17:01 [asoc:for-5.7 134/139] sound/soc/meson/aiu-encoder-i2s.c:129:2-3: Unneeded semicolon kbuild test robot
2020-02-22 17:01 ` kbuild test robot
2020-02-22 17:01 ` [PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings kbuild test robot
2020-02-22 17:01   ` kbuild test robot
2020-02-22 17:01   ` kbuild test robot
2020-02-22 17:01   ` kbuild test robot
2020-02-22 19:32   ` Martin Blumenstingl
2020-02-22 19:32     ` Martin Blumenstingl
2020-02-22 19:32     ` Martin Blumenstingl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.