Re: [PATCH 4/5] ASoC: fsl: fsl-utils: remove useless assignment

2022-08-22 Thread Shengjiu Wang
On Tue, Aug 23, 2022 at 2:43 AM Pierre-Louis Bossart < pierre-louis.boss...@linux.intel.com> wrote: > 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-Loui

[PATCH 4/5] ASoC: fsl: fsl-utils: remove useless assignment

2022-08-22 Thread Pierre-Louis Bossart
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 Reviewed-by: Bard Liao Reviewed-by: Kai Vehmanen Reviewed-by: Chao Song --- sound/soc/fsl/fsl_utils.