[PATCH] ASoC: cs42l42: fix semicolon.cocci warnings

From: kernel test robot
Date: Wed Mar 03 2021 - 05:54:35 EST


From: kernel test robot <lkp@xxxxxxxxx>

sound/soc/codecs/cs42l42.c:811:2-3: Unneeded semicolon


Remove unneeded semicolon.

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

CC: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx>
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Signed-off-by: kernel test robot <lkp@xxxxxxxxx>
---

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);
}