]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: alc56(23|32): fix undefined return value of probing code
authorChristoph Jaeger <christophjaeger@linux.com>
Fri, 4 Apr 2014 11:44:19 +0000 (13:44 +0200)
committerMark Brown <broonie@linaro.org>
Fri, 4 Apr 2014 12:47:48 +0000 (13:47 +0100)
commitbc40c188e6d2d1b26dffa7c65b396db907b2919f
treec77fbe4f7858683a1ee009d1246dddbb28286633
parentddbff1fd7b05ff5388e8ae80aac4625d1756d156
ASoC: alc56(23|32): fix undefined return value of probing code

Commit c9e4317a ("ASoC: codec: Simplify ASoC probe code.") left variable
'ret', whose value is returned, uninitialized. Since it is not used
otherwise, remove it.

Signed-off-by: Christoph Jaeger <christophjaeger@linux.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/alc5623.c
sound/soc/codecs/alc5632.c