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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7354eb7 commit becfa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)