diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2021-12-21 19:57:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-21 21:05:39 +0300 |
commit | 2dc643cd756398c3013fcc2d3c2a07c9c4a0a3bd (patch) | |
tree | 2c08b75193e3d36dd9f12659d0ac612230f96703 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3bf4fb25d5c2455396a1decd43f5e6b775f0b377 (diff) | |
download | linux-2dc643cd756398c3013fcc2d3c2a07c9c4a0a3bd.tar.xz |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions