Skip to content

Commit 70a0bcd

Browse files
Chen Nibroonie
authored andcommitted
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>
1 parent 5fa7d73 commit 70a0bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/tas2783-sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ static void tas2783_fw_ready(const struct firmware *fmw, void *context)
806806
offset += file_blk_size;
807807
else
808808
break;
809-
};
809+
}
810810
mutex_unlock(&tas_dev->pde_lock);
811811
tas2783_update_calibdata(tas_dev);
812812

0 commit comments

Comments
 (0)