commit | 71864b22f50ceab0025ae2a1cd81b956878ded2b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun Jul 20 11:43:07 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Tue Jul 29 19:55:53 2014 +0100 |
tree | 753e6eb7b56bd311a29bbcf302fe14556717f243 | |
parent | dd2380e31cca0099aa49846e16103936aa9d818a [diff] |
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>