From: kbuild test robot <l...@intel.com>

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 <thesve...@gmail.com>
Signed-off-by: kbuild test robot <l...@intel.com>
---

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

Reply via email to