summaryrefslogtreecommitdiff
path: root/sound/soc/sh/fsi.c
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2014-07-20 11:43:07 +0800
committerMark Brown <broonie@linaro.org>2014-07-29 19:55:53 +0100
commit71864b22f50ceab0025ae2a1cd81b956878ded2b (patch)
tree753e6eb7b56bd311a29bbcf302fe14556717f243 /sound/soc/sh/fsi.c
parentdd2380e31cca0099aa49846e16103936aa9d818a (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>
Diffstat (limited to 'sound/soc/sh/fsi.c')
0 files changed, 0 insertions, 0 deletions