Commit f758b9ef authored by Wan Jiabing's avatar Wan Jiabing Committed by Mark Brown

ASoC: codecs: lpass-rx-macro: Remove unneeded semicolon

Fix the following coccicheck warning:

./sound/soc/codecs/lpass-rx-macro.c:2631:2-3: Unneeded semicolon
Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Link: https://lore.kernel.org/r/20210506021005.4897-1-wanjiabing@vivo.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 37c881cd
......@@ -2628,7 +2628,7 @@ static int rx_macro_enable_rx_path_clk(struct snd_soc_dapm_widget *w,
break;
default:
break;
};
}
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment