ASoC: cs42l43: Remove redundant semi-colon at end of function
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 2 Aug 2024 10:57:31 +0000 (11:57 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 2 Aug 2024 13:04:38 +0000 (14:04 +0100)
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20240802105734.2309788-2-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l43.c

index 9267431..8082577 100644 (file)
@@ -608,7 +608,7 @@ static int cs42l43_sdw_hw_params(struct snd_pcm_substream *substream,
                return ret;
 
        return cs42l43_set_sample_rate(substream, params, dai);
-};
+}
 
 static const struct snd_soc_dai_ops cs42l43_sdw_ops = {
        .startup        = cs42l43_startup,