ASoC: fsl: imx-audmix: Fix unused assignment to variable 'ret'
authorTang Bin <tangbin@cmss.chinamobile.com>
Wed, 13 May 2020 11:14:08 +0000 (19:14 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 25 May 2020 14:31:10 +0000 (15:31 +0100)
commit085c02d355ac585184ef4f00eb333cd86f6add80
tree2c875dbdf6b0875c726db63a20e5b8e0041f4997
parentcff1f8b4f8e119a9dbd9872d7a04fedef8d0c1a2
ASoC: fsl: imx-audmix: Fix unused assignment to variable 'ret'

Omit unused initialized value, because 'ret' will be assigined
by the function snd_soc_component_read().

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20200513111408.11452-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_audmix.c