diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2018-01-02 20:54:24 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-09 19:00:13 +0300 |
commit | ff595a33485567cc0f192c7f4387d0d3b36a881a (patch) | |
tree | dbea961c06cf6fd75a765f4e9fd51e5e1cb9c826 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | f8d2c8ea5720e22522903113100c5a16683c28be (diff) | |
download | linux-ff595a33485567cc0f192c7f4387d0d3b36a881a.tar.xz |
slimbus: qcom: Fix return value check in qcom_slim_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().
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions