summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/Makefile
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2020-06-28 05:30:55 +0300
committerStephen Boyd <sboyd@kernel.org>2020-06-30 00:15:34 +0300
commitdbb988b4e7eb924ffceaa2a7da6e794c868cb2f3 (patch)
treeb685e59a7382f5e87dd08051c94973411aae726b /drivers/soc/qcom/Makefile
parent59390282b7542c6050c1deaca0b2949180903175 (diff)
downloadlinux-dbb988b4e7eb924ffceaa2a7da6e794c868cb2f3.tar.xz
clk: qcom: Fix return value check in apss_ipq6018_probe()
In case of error, the function dev_get_regmap() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Fixes: 5e77b4ef1b19 ("clk: qcom: Add ipq6018 apss clock controller") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Link: https://lore.kernel.org/r/20200628023055.50608-1-weiyongjun1@huawei.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/soc/qcom/Makefile')
0 files changed, 0 insertions, 0 deletions