Files
linux-apfs/drivers/pinctrl
Wei Yongjun 86467ff2dd pinctrl: tb10x: fix the error handling in tb10x_pinctrl_probe()
This patch fix the error handling in tb10x_pinctrl_probe():
 - devm_ioremap_resource() return ERR_PTR() and never return NULL
 - remove the dev_err call to avoid redundant error message
 - pinctrl_register() returns NULL not ERR_PTR()

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2013-10-23 10:41:22 +02:00
..
2013-10-16 15:33:51 +02:00
2013-10-16 15:33:51 +02:00
2013-09-23 10:47:14 +02:00
2013-08-07 21:57:17 +02:00
2013-08-14 22:49:14 +02:00