]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: sunxi: fix error return code in sunxi_pinctrl_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 23 May 2013 09:32:14 +0000 (17:32 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 May 2013 13:37:09 +0000 (15:37 +0200)
commitd72f88a42bf9761e3a92e58879d25a65712ca87a
tree46d0cf31ad13ad2b54d3ec51c5a882a1f4dea84b
parent7ccbc60cd9c293304829662b043f4356f554fc3a
pinctrl: sunxi: fix error return code in sunxi_pinctrl_probe()

Fix to return a negative error code from the devm_clk_get() error
handling case instead of 0, as done elsewhere in this function.

Introduced by commit 950707c0eb5c7aeaa2c446a04c824f4be686d2f6
(pinctrl: sunxi: add clock support)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-sunxi.c