Srinivas Kandagatla ea4d25d5a3 ASoC: qcom: Fix uninitialized symbol warning.
This patch fixes following static checker warning, by initializing the
ret to -EINVAL, as one of the code path in lpass_platform_pcm_new()
uses this variable uninitialized.

sound/soc/qcom/lpass-platform.c:555 lpass_platform_pcm_new()
error: uninitialized symbol 'ret'.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
2016-03-31 11:42:48 -07:00
..
2016-01-13 12:32:04 +00:00
2015-10-26 11:15:54 +09:00
2016-03-18 10:05:46 -07:00
2016-03-18 10:05:46 -07:00
2016-03-18 10:05:46 -07:00
2016-01-11 17:50:15 +01:00
2016-02-22 19:40:06 +09:00