mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: catpt: remove unneeded semicolon
@ 2021-02-01  8:01 Yang Li
  2021-02-01 21:03 ` Cezary Rojewski
  2021-02-03 21:07 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Yang Li @ 2021-02-01  8:01 UTC (permalink / raw)
  To: perex
  Cc: tiwai, broonie, yang.jie, liam.r.girdwood, pierre-louis.bossart,
	cezary.rojewski, alsa-devel, linux-kernel, Yang Li

Eliminate the following coccicheck warning:
./sound/soc/intel/catpt/pcm.c:355:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/intel/catpt/pcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/intel/catpt/pcm.c b/sound/soc/intel/catpt/pcm.c
index e5d54bb..88a0879 100644
--- a/sound/soc/intel/catpt/pcm.c
+++ b/sound/soc/intel/catpt/pcm.c
@@ -352,7 +352,7 @@ static int catpt_dai_apply_usettings(struct snd_soc_dai *dai,
 		break;
 	default:
 		return 0;
-	};
+	}
 
 	list_for_each_entry(pos, &component->card->snd_card->controls, list) {
 		if (pos->private_data == component &&
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-03 21:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01  8:01 [PATCH] ASoC: Intel: catpt: remove unneeded semicolon Yang Li
2021-02-01 21:03 ` Cezary Rojewski
2021-02-02 19:45   ` Cezary Rojewski
2021-02-03 21:07 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®