diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2016-03-31 19:23:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-31 11:43:08 -0700 |
commit | cef794f76485f4a4e6affd851ae9f9d0eb4287a5 (patch) | |
tree | ea0f4cb00795c7dfde003838bc977b3310cbccfb /sound/hda | |
parent | ea4d25d5a3709cba0d3df2195edffc400170394f (diff) | |
download | linux-stable-cef794f76485f4a4e6affd851ae9f9d0eb4287a5.tar.gz linux-stable-cef794f76485f4a4e6affd851ae9f9d0eb4287a5.tar.bz2 linux-stable-cef794f76485f4a4e6affd851ae9f9d0eb4287a5.zip |
ASoC: qcom: remove IS_ERR_VALUE usage on int.
IS_ERR_VALUE should be used only with unsigned long type,
signed types should use comparison 'ret < 0'
This patch removes such usages.
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 'sound/hda')
0 files changed, 0 insertions, 0 deletions