diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-07-20 11:43:07 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-29 19:55:53 +0100 |
commit | 71864b22f50ceab0025ae2a1cd81b956878ded2b (patch) | |
tree | 753e6eb7b56bd311a29bbcf302fe14556717f243 /Documentation/x86 | |
parent | dd2380e31cca0099aa49846e16103936aa9d818a (diff) | |
download | blackbird-op-linux-71864b22f50ceab0025ae2a1cd81b956878ded2b.tar.gz blackbird-op-linux-71864b22f50ceab0025ae2a1cd81b956878ded2b.zip |
ASoC: samsung: Fix return value check in s3c2412_iis_dev_probe()
In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR(). Also remove redundant return value check of
platform_get_resource().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/x86')
0 files changed, 0 insertions, 0 deletions