diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-07-06 12:17:41 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-07-11 07:50:06 (GMT) |
commit | aeb8753b6810df55559bcb8bdf88d88221f1521a (patch) | |
tree | 99104c03bb6a22191b49047b63dc81c90cb05e03 /drivers/sfi | |
parent | 14672f43acf475fd3dff2b552c07f4d482ee6a20 (diff) | |
download | linux-aeb8753b6810df55559bcb8bdf88d88221f1521a.tar.xz |
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>
Diffstat (limited to 'drivers/sfi')
0 files changed, 0 insertions, 0 deletions