[PATCH] ASoC: meson: aiu: fix semicolon.cocci warnings
kbuild test robot
lkp at intel.com
Sat Feb 22 18:01:54 CET 2020
From: kbuild test robot <lkp at 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 at googlemail.com>
Signed-off-by: kbuild test robot <lkp at 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,
More information about the Alsa-devel
mailing list