[PATCH -next v2] pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data()
Linus Walleij
linus.walleij at linaro.org
Mon Feb 13 06:49:15 PST 2017
On Sun, Feb 5, 2017 at 4:58 PM, Wei Yongjun <weiyj.lk at gmail.com> wrote:
> From: Wei Yongjun <weiyongjun1 at huawei.com>
>
> In case of error, the function devm_ioremap() returns NULL pointer not
> ERR_PTR(). Fix by using devm_ioremap_resource instead of devm_ioremap.
>
> Fixes: 8b1bd11c1f8f ("pinctrl: samsung: Add the support the multiple
> IORESOURCE_MEM for one pin-bank")
> Signed-off-by: Wei Yongjun <weiyongjun1 at huawei.com>
> ---
> v1 -> v2: use devm_ioremap_resource instead of devm_ioremap
Patch applied with Krzysztof's ACK.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list