From 061505a1a61169bd25dd908f95ba22f33dffdd69 Mon Sep 17 00:00:00 2001 From: Yang Li Date: Fri, 28 Jun 2024 13:24:06 +0800 Subject: [PATCH] ASoC: Remove unneeded semicolon ./sound/soc/codecs/ak4619.c:757:2-3: Unneeded semicolon Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9442 Signed-off-by: Yang Li Link: https://patch.msgid.link/20240628052406.36644-1-yang.lee@linux.alibaba.com Signed-off-by: Mark Brown --- 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 cbe27abe1f503..8f2442482f725 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.49.0