14 Jun
2022
14 Jun
'22
8:48 p.m.
On Tue, 2022-06-14 at 19:38 +0100, Colin Ian King wrote:
There are two occurrences where the pointer array is being assigned a value that is never read, the pointer gets updated in the next iteration of a loop. These assignments are redundant and can be removed.
Cleans up clang scan-build warnings: sound/soc/intel/skylake/skl-topology.c:2953:3: warning: Value stored to 'array' is never read [deadcode.DeadStores] sound/soc/intel/skylake/skl-topology.c:3602:3: warning: Value stored to 'array' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King colin.i.king@gmail.com
LGTM, thanks!
Reviewed-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com