diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-04-25 14:29:30 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-04-28 10:40:52 +0300 |
commit | c312c2c333b88145b3073cf5acd8362af3f0cc6e (patch) | |
tree | ffda4a5cc7f3ab763eecef87531f95922963cf6d /MAINTAINERS | |
parent | a5bf5fc060b0095ebd6f1886da8ec482697176fa (diff) | |
download | linux-c312c2c333b88145b3073cf5acd8362af3f0cc6e.tar.xz |
pinctrl: artpec6: Fix return value check in artpec6_pmx_probe()
In case of error, the function pinctrl_register() returns
ERR_PTR() not NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions