commit | f78b1e0a8b85ed80b38e9b603b675dd7a0923128 | [log] [tgz] |
---|---|---|
author | Christoph Jaeger <christophjaeger@linux.com> | Fri Apr 04 13:44:19 2014 +0200 |
committer | Mark Brown <broonie@linaro.org> | Fri Apr 04 13:47:48 2014 +0100 |
tree | c77fbe4f7858683a1ee009d1246dddbb28286633 | |
parent | c159a85013afbb8283f0c7272812952e04d5c3a1 [diff] |
ASoC: alc56(23|32): fix undefined return value of probing code Commit 5d6be5aa ("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>