Skip to content

Commit becfa08

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: cs42l43: Remove redundant semi-colon at end of function
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>
1 parent 7354eb7 commit becfa08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/cs42l43.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ static int cs42l43_sdw_hw_params(struct snd_pcm_substream *substream,
608608
return ret;
609609

610610
return cs42l43_set_sample_rate(substream, params, dai);
611-
};
611+
}
612612

613613
static const struct snd_soc_dai_ops cs42l43_sdw_ops = {
614614
.startup = cs42l43_startup,

0 commit comments

Comments
 (0)