commit | 3ee73aa077d1468b293bb208814a8c240eefa9b7 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun Oct 07 22:01:15 2012 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Oct 15 09:09:27 2012 +0200 |
tree | fdd139a5c18f21db3a8c2064a9eb4d68ba825b0a | |
parent | 1cd6dc2e3c2dbececb60a3a5ca52af645d9be205 [diff] |
pinctrl: fix return value in bcm2835_pinctrl_probe() In case of error, the function pinctrl_register() returns NULL not ERR_PTR(). The PTR_ERR() in the return value should be replaced with error no. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>