mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
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>
This commit is contained in:
parent
5fa7d739f8
commit
70a0bcde87
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user