diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2018-01-02 17:54:24 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-09 17:00:13 +0100 |
commit | ff595a33485567cc0f192c7f4387d0d3b36a881a (patch) | |
tree | dbea961c06cf6fd75a765f4e9fd51e5e1cb9c826 /drivers/slimbus/Kconfig | |
parent | f8d2c8ea5720e22522903113100c5a16683c28be (diff) | |
download | linux-ff595a33485567cc0f192c7f4387d0d3b36a881a.tar.gz |
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 'drivers/slimbus/Kconfig')
0 files changed, 0 insertions, 0 deletions