diff options
author | Wei Yongjun <[email protected]> | 2014-07-20 11:43:07 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2014-07-29 19:55:53 +0100 |
commit | 71864b22f50ceab0025ae2a1cd81b956878ded2b (patch) | |
tree | 753e6eb7b56bd311a29bbcf302fe14556717f243 /tools/perf/util/trace-event-scripting.c | |
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions