mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
ASoc: tas2783A: Remove unneeded variable assignment
In the function tas2783_update_calibdata, 'i' to 0 is repeated, thus delete one. Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com> Link: https://patch.msgid.link/20250930093349.1934-1-tangbin@cmss.chinamobile.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
29fa213c6a
commit
3c89238ca3
|
|
@ -693,7 +693,6 @@ static s32 tas2783_update_calibdata(struct tas2783_prv *tas_dev)
|
|||
|
||||
tmp_val = (u32 *)tas_dev->cali_data.data;
|
||||
attr = 0;
|
||||
i = 0;
|
||||
|
||||
/*
|
||||
* In some cases, the calibration is performed in Windows,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user