On Fri, 25 Nov 2022, Yang Yingliang wrote: > 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@xxxxxxxxxx> > Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > Acked-by: Guru Das Srinagesh <gurus@xxxxxxxxxxxxxx> > --- > The previous patch link: > https://lore.kernel.org/lkml/20210605022446.4119978-1-yangyingliang@xxxxxxxxxx/ > --- > drivers/mfd/qcom-pm8008.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. -- Lee Jones [李琼斯]