diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2021-12-21 17:57:57 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-21 19:05:39 +0100 |
commit | 2dc643cd756398c3013fcc2d3c2a07c9c4a0a3bd (patch) | |
tree | 2c08b75193e3d36dd9f12659d0ac612230f96703 /sound/soc/qcom | |
parent | ASoC: tegra-audio-rt5677: Correct example (diff) | |
download | linux-2dc643cd756398c3013fcc2d3c2a07c9c4a0a3bd.tar.xz linux-2dc643cd756398c3013fcc2d3c2a07c9c4a0a3bd.zip |
ASoC: SOF: AMD: simplify return status handling
cppcheck warning:
sound/soc/sof/amd/acp.c:222:9: warning: Identical condition and return
expression 'ret', return value is always 0
[identicalConditionAfterEarlyExit]
return ret;
^
sound/soc/sof/amd/acp.c:213:6: note: If condition 'ret' is true, the
function will return/exit
if (ret)
^
sound/soc/sof/amd/acp.c:222:9: note: Returning identical expression 'ret'
return ret;
^
Just return 0; on success.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Link: https://lore.kernel.org/r/20211221165802.236843-1-AjitKumar.Pandey@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom')
0 files changed, 0 insertions, 0 deletions