public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ASoC: Remove unneeded semicolon
@ 2024-06-28  5:24 Yang Li
  2024-06-28 17:06 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2024-06-28  5:24 UTC (permalink / raw)
  To: perex
  Cc: tiwai, lgirdwood, broonie, linux-sound, linux-kernel, Yang Li,
	Abaci Robot

./sound/soc/codecs/ak4619.c:757:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9442
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/codecs/ak4619.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/ak4619.c b/sound/soc/codecs/ak4619.c
index cbe27abe1f50..8f2442482f72 100644
--- a/sound/soc/codecs/ak4619.c
+++ b/sound/soc/codecs/ak4619.c
@@ -754,7 +754,7 @@ static void ak4619_hw_constraints(struct ak4619_priv *ak4619,
 		default:
 			break;
 		}
-	};
+	}
 
 	constraint->list	= ak4619_sr;
 	constraint->mask	= ak4619_rate_mask;
-- 
2.20.1.7.g153144c


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

end of thread, other threads:[~2024-06-28 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28  5:24 [PATCH -next] ASoC: Remove unneeded semicolon Yang Li
2024-06-28 17:06 ` Mark Brown

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