diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2021-04-26 16:46:58 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-05-10 13:05:27 +0100 |
commit | b76d1d86a456fa495f8f74c967b5d646f20915c3 (patch) | |
tree | 340209cf90194668ebcabdb7aac8ef8108ecd738 /scripts/gcc-ld | |
parent | 3f0d23e849b33cb83cbd1f3ce9b7d23ad3863841 (diff) | |
download | linux-b76d1d86a456fa495f8f74c967b5d646f20915c3.tar.bz2 |
ASoC: codecs: mt6359-accdet: remove useless initialization
cppcheck warning
sound/soc/codecs/mt6359-accdet.c:417:10: style: Variable 'ret' is
assigned a value that is never used. [unreadVariable]
int ret = 0;
^
sound/soc/codecs/mt6359-accdet.c:464:10: style: Variable 'ret' is
assigned a value that is never used. [unreadVariable]
int ret = 0;
^
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210426214701.235106-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gcc-ld')
0 files changed, 0 insertions, 0 deletions