commit | aeb8753b6810df55559bcb8bdf88d88221f1521a | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Jul 06 12:17:41 2016 +0000 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jul 11 09:50:06 2016 +0200 |
tree | 99104c03bb6a22191b49047b63dc81c90cb05e03 | |
parent | 14672f43acf475fd3dff2b552c07f4d482ee6a20 [diff] |
pinctrl: ns2: fix return value check in ns2_pinmux_probe() In case of error, the function pinctrl_register() returns NULL not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>