]> www.infradead.org Git - users/hch/misc.git/commitdiff
ASoc: tas2783A: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Wed, 24 Sep 2025 02:05:40 +0000 (10:05 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 24 Sep 2025 08:38:11 +0000 (10:38 +0200)
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>
sound/soc/codecs/tas2783-sdw.c

index 3e03e68932f6b769dac224a23324513ba381898e..d5d33afdfa1016899de01661b06d76ef58168e52 100644 (file)
@@ -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);