commit | ff595a33485567cc0f192c7f4387d0d3b36a881a | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Jan 02 17:54:24 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 09 17:00:13 2018 +0100 |
tree | dbea961c06cf6fd75a765f4e9fd51e5e1cb9c826 | |
parent | f8d2c8ea5720e22522903113100c5a16683c28be [diff] |
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>