[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250924020540.234560-1-nichen@iscas.ac.cn>
Date: Wed, 24 Sep 2025 10:05:40 +0800
From: Chen Ni <nichen@...as.ac.cn>
To: shenghao-ding@...com,
kevin-lu@...com,
baojun.xu@...com,
lgirdwood@...il.com,
broonie@...nel.org,
perex@...ex.cz,
tiwai@...e.com
Cc: linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org,
Chen Ni <nichen@...as.ac.cn>
Subject: [PATCH] ASoc: tas2783A: Remove unneeded semicolon
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.
Signed-off-by: Chen Ni <nichen@...as.ac.cn>
---
sound/soc/codecs/tas2783-sdw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/tas2783-sdw.c b/sound/soc/codecs/tas2783-sdw.c
index 3e03e68932f6..d5d33afdfa10 100644
--- a/sound/soc/codecs/tas2783-sdw.c
+++ b/sound/soc/codecs/tas2783-sdw.c
@@ -806,7 +806,7 @@ static void tas2783_fw_ready(const struct firmware *fmw, void *context)
offset += file_blk_size;
else
break;
- };
+ }
mutex_unlock(&tas_dev->pde_lock);
tas2783_update_calibdata(tas_dev);
--
2.25.1
Powered by blists - more mailing lists