ASoC: fsl: fsl-utils: remove useless assignment
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 22 Aug 2022 18:42:38 +0000 (20:42 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 31 Aug 2022 11:13:03 +0000 (12:13 +0100)
commit3653a6a2a7c146f04940d572d2728c939b50cba1
tree13b14896d538dc43f19b96c27e6a031160923b2d
parentc9a9b4dbc18f4dc609d47b9ac19545b31fb21e3f
ASoC: fsl: fsl-utils: remove useless assignment

cppcheck warning:

sound/soc/fsl/fsl_utils.c:127: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>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Chao Song <chao.song@intel.com>
Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Link: https://lore.kernel.org/r/20220822184239.169757-5-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_utils.c