[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210604030045.7360-1-wanjiabing@vivo.com>
Date: Fri, 4 Jun 2021 11:00:23 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Lee Jones <lee.jones@...aro.org>,
Chris Morgan <macromorgan@...mail.com>,
Wan Jiabing <wanjiabing@...o.com>, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] ASoC: Remove unneeded semicolon in rk817_codec.c
Fix following coccicheck warning:
./sound/soc/codecs/rk817_codec.c:49:2-3: Unneeded semicolon
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
sound/soc/codecs/rk817_codec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/rk817_codec.c b/sound/soc/codecs/rk817_codec.c
index fd3a5ba034a9..414d21f22a05 100644
--- a/sound/soc/codecs/rk817_codec.c
+++ b/sound/soc/codecs/rk817_codec.c
@@ -46,7 +46,7 @@ static int rk817_init(struct snd_soc_component *component)
if (rk817->mic_in_differential) {
snd_soc_component_update_bits(component, RK817_CODEC_AMIC_CFG0, MIC_DIFF_MASK,
MIC_DIFF_EN);
- };
+ }
return 0;
}
--
2.20.1
Powered by blists - more mailing lists