]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit767b873bddd57b58b1c03bf6e74dd2e727bdb613
tree2c875dbdf6b0875c726db63a20e5b8e0041f4997
parent3a70fe0d184dae87f37768f92d30c55b2121515b
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