On Thu, Mar 17, 2022 at 7:49 AM Jialin Zhang <zhangjialin11@xxxxxxxxxx> wrote: > In case of error, the function devm_platform_ioremap_resource() > returns ERR_PTR() and never returns NULL. The NULL test in the > return value check should be replaced with IS_ERR(). > > Fixes: a1d1e0e3d80a ("pinctrl: nuvoton: Add driver for WPCM450") > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Jialin Zhang <zhangjialin11@xxxxxxxxxx> Patch applied! Yours, Linus Walleij