diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2021-10-25 13:59:32 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-27 11:31:15 +0100 |
commit | 439c06f341aa1f09ad7def774998db1076946c98 (patch) | |
tree | a19e7c7650bfd833b329887297cc0c3f146218e5 /ipc | |
parent | 73983ad922764e747d40b486ec7c2526e0355db1 (diff) | |
download | linux-stable-439c06f341aa1f09ad7def774998db1076946c98.tar.gz linux-stable-439c06f341aa1f09ad7def774998db1076946c98.tar.bz2 linux-stable-439c06f341aa1f09ad7def774998db1076946c98.zip |
ASoC: mediatek: mt8195: fix return value
cppcheck reports the following warning:
sound/soc/mediatek/mt8195/mt8195-dai-etdm.c:1299:10: style: Variable
'ret' is assigned a value that is never used. [unreadVariable]
int ret = 0;
^
The suggested change aligns the implementation of
mt8195_afe_disable_etdm() with mt8195_afe_enable_etdm() - same
negative return value upon error.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20211025185933.144327-8-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions