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:
Chen Ni 2025-09-24 10:05:40 +08:00 committed by Mark Brown
parent 5fa7d739f8
commit 70a0bcde87
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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);