diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2022-11-25 10:36:26 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-12-08 17:41:29 +0300 |
commit | 14f8c55d48e02157519fbcb3a5de557abd8a06e2 (patch) | |
tree | a57101b08118f4a071d795186fdaa35270dc71b6 /drivers/mfd/da9150-core.c | |
parent | cb83cb0dfa821b9c91cc9b2e3473f0ea42e11461 (diff) | |
download | linux-14f8c55d48e02157519fbcb3a5de557abd8a06e2.tar.xz |
mfd: pm8008: Fix return value check in pm8008_probe()
In case of error, the function devm_regmap_init_i2c() returns
ERR_PTR() and never returns NULL. The NULL test in the return
value check should be replaced with IS_ERR().
Fixes: 6b149f3310a4 ("mfd: pm8008: Add driver for QCOM PM8008 PMIC")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Guru Das Srinagesh <gurus@codeaurora.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221125073626.1868229-1-yangyingliang@huawei.com
Diffstat (limited to 'drivers/mfd/da9150-core.c')
0 files changed, 0 insertions, 0 deletions