linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: fix semicolon.cocci warnings
       [not found] <202005260227.no1AzpN2%lkp@intel.com>
@ 2020-05-25 18:43 ` kbuild test robot
  2020-05-26 16:45   ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2020-05-25 18:43 UTC (permalink / raw)
  To: Sven Van Asbroeck
  Cc: kbuild-all, Mark Brown, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, alsa-devel, linux-kernel

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

sound/soc/codecs/zl38060.c:298:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 52e8a94baf90 ("ASoC: Add initial ZL38060 driver")
CC: Sven Van Asbroeck <thesven73@gmail.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.8
head:   f202272cabf276441174dc05ad8b94d3c1174877
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b [26/131] ASoC: Add initial ZL38060 driver

 zl38060.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/codecs/zl38060.c
+++ b/sound/soc/codecs/zl38060.c
@@ -295,7 +295,7 @@ static int zl38_hw_params(struct snd_pcm
 		break;
 	default:
 		return -EINVAL;
-	};
+	}
 
 	err = regmap_update_bits(priv->regmap, REG_TDMA_CFG_CLK,
 				 CFG_CLK_FSRATE_MASK, fsrate);

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

* Re: [PATCH] ASoC: fix semicolon.cocci warnings
  2020-05-25 18:43 ` [PATCH] ASoC: fix semicolon.cocci warnings kbuild test robot
@ 2020-05-26 16:45   ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-05-26 16:45 UTC (permalink / raw)
  To: Sven Van Asbroeck, kbuild test robot
  Cc: Liam Girdwood, linux-kernel, alsa-devel, kbuild-all, Takashi Iwai

On Tue, 26 May 2020 02:43:51 +0800, kbuild test robot wrote:
> sound/soc/codecs/zl38060.c:298:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: fix semicolon.cocci warnings
      commit: edc475bee00b18f6de16ce3e6da8fdec8b476302

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* [PATCH] ASoC: fix semicolon.cocci warnings
       [not found] <201706300009.TtWtyn5F%fengguang.wu@intel.com>
@ 2017-06-29 16:27 ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2017-06-29 16:27 UTC (permalink / raw)
  To: Mengdong Lin
  Cc: kbuild-all, alsa-devel, Mark Brown, Liam Girdwood,
	Jaroslav Kysela, Takashi Iwai, linux-kernel

sound/soc/soc-core.c:1961:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 98faf436ee05 ("ASoC: Drop invalid DMI fields when setting card long name from DMI info")
CC: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 soc-core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1958,7 +1958,7 @@ static int is_dmi_valid(const char *fiel
 		if (strstr(field, dmi_blacklist[i]))
 			return 0;
 		i++;
-	};
+	}
 
 	return 1;
 }

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

* [PATCH] ASoC: fix semicolon.cocci warnings
       [not found] <201703120926.sfMZgA75%fengguang.wu@intel.com>
@ 2017-03-12  1:11 ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2017-03-12  1:11 UTC (permalink / raw)
  To: Brian Austin
  Cc: kbuild-all, Mark Brown, Paul Handrigan, Liam Girdwood,
	Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-kernel

sound/soc/codecs/cs35l35.c:706:2-3: Unneeded semicolon
sound/soc/codecs/cs35l35.c:543:4-5: Unneeded semicolon
sound/soc/codecs/cs35l35.c:553:4-5: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 cs35l35.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/sound/soc/codecs/cs35l35.c
+++ b/sound/soc/codecs/cs35l35.c
@@ -540,7 +540,7 @@ static int cs35l35_hw_params(struct snd_
 			default:
 				dev_err(codec->dev, "ratio not supported\n");
 				return -EINVAL;
-			};
+			}
 		} else {
 			/* Only certain ratios supported in I2S MASTER Mode */
 			switch (sp_sclks) {
@@ -550,7 +550,7 @@ static int cs35l35_hw_params(struct snd_
 			default:
 				dev_err(codec->dev, "ratio not supported\n");
 				return -EINVAL;
-			};
+			}
 		}
 		ret = regmap_update_bits(cs35l35->regmap,
 					CS35L35_CLK_CTL3,
@@ -703,7 +703,7 @@ static int cs35l35_codec_set_sysclk(stru
 	default:
 		dev_err(codec->dev, "Invalid CLK Source\n");
 		return -EINVAL;
-	};
+	}
 
 	switch (freq) {
 	case 5644800:

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

end of thread, other threads:[~2020-05-26 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202005260227.no1AzpN2%lkp@intel.com>
2020-05-25 18:43 ` [PATCH] ASoC: fix semicolon.cocci warnings kbuild test robot
2020-05-26 16:45   ` Mark Brown
     [not found] <201706300009.TtWtyn5F%fengguang.wu@intel.com>
2017-06-29 16:27 ` kbuild test robot
     [not found] <201703120926.sfMZgA75%fengguang.wu@intel.com>
2017-03-12  1:11 ` kbuild test robot

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).