[PATCH] ASoC: cs42l42: fix semicolon.cocci warnings
kernel test robot
lkp at intel.com
Tue Mar 2 23:56:23 CET 2021
From: kernel test robot <lkp at intel.com>
sound/soc/codecs/cs42l42.c:811:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Richard Fitzgerald <rf at opensource.cirrus.com>
Reported-by: kernel test robot <lkp at intel.com>
Signed-off-by: kernel test robot <lkp at intel.com>
---
url: https://github.com/0day-ci/linux/commits/Lucas-Tanure/Report-jack-and-button-detection-Capture-Support/20210303-012348
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
cs42l42.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/codecs/cs42l42.c
+++ b/sound/soc/codecs/cs42l42.c
@@ -808,7 +808,7 @@ static int cs42l42_pcm_hw_params(struct
break;
default:
break;
- };
+ }
return cs42l42_pll_config(component);
}
More information about the Alsa-devel
mailing list