summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2025-09-24 10:05:40 +0800
committerMark Brown <broonie@kernel.org>2025-09-24 10:38:11 +0200
commit70a0bcde87512c269269443444c109740dcacc19 (patch)
tree0655ed58c3268233c8510133b4c092686a436e9f
parent5fa7d739f811bdffb5fc99696c2e821344fe0b88 (diff)
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@iscas.ac.cn> Link: https://patch.msgid.link/20250924020540.234560-1-nichen@iscas.ac.cn Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/tas2783-sdw.c2
1 files changed, 1 insertions, 1 deletions
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);