[PATCH] ASoC: fix semicolon.cocci warnings
From: kbuild test robot
Date: Mon May 25 2020 - 14:44:51 EST
From: kbuild test robot <lkp@xxxxxxxxx>
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@xxxxxxxxx>
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---
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);