Skip to content
Commit 283fb4ea authored by Jialin Zhang's avatar Jialin Zhang Committed by Linus Walleij
Browse files

pinctrl: nuvoton: Fix return value check in wpcm450_gpio_register()



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: a1d1e0e3 ("pinctrl: nuvoton: Add driver for WPCM450")
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
Reviewed-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20220317065851.495394-1-zhangjialin11@huawei.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ce2076ba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment