linux-stable/drivers/pinctrl/sh-pfc
Wei Yongjun fd9d05b0fd 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>
2013-03-15 13:33:52 +01:00
..
core.c sh-pfc: Add support for sparse pin numbers 2013-03-15 13:33:39 +01:00
core.h sh-pfc: Add support for sparse pin numbers 2013-03-15 13:33:39 +01:00
gpio.c sh-pfc: Add support for sparse pin numbers 2013-03-15 13:33:39 +01:00
Kconfig sh-pfc: Add shx3 pinmux support 2013-01-25 09:24:28 +09:00
Makefile sh-pfc: Add shx3 pinmux support 2013-01-25 09:24:28 +09:00
pfc-r8a7740.c sh-pfc: Look up IRQ table entries by GPIO number 2013-03-15 13:33:38 +01:00
pfc-r8a7779.c sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions 2013-03-15 13:33:38 +01:00
pfc-sh73a0.c ARM: shmobile: sh73a0: Support sparse GPIO numbers 2013-03-15 13:33:39 +01:00
pfc-sh7203.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7264.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7269.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7372.c sh-pfc: Look up IRQ table entries by GPIO number 2013-03-15 13:33:38 +01:00
pfc-sh7720.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7722.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7723.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7724.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7734.c sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions 2013-03-15 13:33:38 +01:00
pfc-sh7757.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7785.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-sh7786.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pfc-shx3.c sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin 2013-03-15 13:33:38 +01:00
pinctrl.c sh-pfc: Fix return value check in sh_pfc_register_pinctrl() 2013-03-15 13:33:52 +01:00
sh_pfc.h sh-pfc: Expose real groups and functions in pinctrl/pinmux operations 2013-03-15 13:33:40 +01:00