diff options
author | 2016-03-31 19:23:14 +0100 | |
---|---|---|
committer | 2016-03-31 11:42:48 -0700 | |
commit | ea4d25d5a3709cba0d3df2195edffc400170394f (patch) | |
tree | b5c3901fb7494fadafa62bdabedcd063d7bef825 /scripts/gdb/linux/utils.py | |
parent | Linux 4.6-rc1 (diff) | |
download | linux-rng-ea4d25d5a3709cba0d3df2195edffc400170394f.tar.xz linux-rng-ea4d25d5a3709cba0d3df2195edffc400170394f.zip |
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>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions