]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh-pfc: Fix return value check in sh_pfc_register_pinctrl()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 11 Mar 2013 14:08:12 +0000 (22:08 +0800)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 15 Mar 2013 12:33:52 +0000 (13:33 +0100)
commitfd9d05b0fdb0a8a2bbe2451b9e520547813d0562
tree08dcacb426c4f23e275fa2889cf445cfda2156f3
parenta4b5a5e134c81660bd04914daec470fb72ee332b
sh-pfc: Fix return value check in sh_pfc_register_pinctrl()

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: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sh-pfc/pinctrl.c