[asoc:for-5.7 134/139] sound/soc/meson/aiu-encoder-i2s.c:129:2-3: Unneeded semicolon
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
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,
participants (1)
-
kbuild test robot