diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2021-03-12 19:22:36 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-18 14:50:45 +0100 |
commit | 2b5e8cd53ffad8c586d8a9d47087fdb058a21287 (patch) | |
tree | 56051afde4305fdf3c9c7f2f6e2afed8654beeb4 /sound/soc/codecs/mt6359.c | |
parent | ASoC: max98090: remove useless assignment (diff) | |
download | linux-2b5e8cd53ffad8c586d8a9d47087fdb058a21287.tar.xz linux-2b5e8cd53ffad8c586d8a9d47087fdb058a21287.zip |
ASoC: mt6358: remove useless initializations
cppcheck warnings:
sound/soc/codecs/mt6358.c:334:19: style: Variable 'stage' is assigned
a value that is never used. [unreadVariable]
int i = 0, stage = 0;
^
sound/soc/codecs/mt6358.c:350:19: style: Variable 'stage' is assigned
a value that is never used. [unreadVariable]
int i = 0, stage = 0;
^
185/930 files checked 25% done
Checking sound/soc/codecs/mt6359.c ...
sound/soc/codecs/mt6359.c:274:8: style: Variable 'i' is assigned a
value that is never used. [unreadVariable]
int i = 0, stage = 0;
^
sound/soc/codecs/mt6359.c:274:19: style: Variable 'stage' is assigned
a value that is never used. [unreadVariable]
int i = 0, stage = 0;
^
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210312182246.5153-14-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/mt6359.c')
0 files changed, 0 insertions, 0 deletions