From: Wei Yongjun Date: Thu, 23 May 2013 09:32:14 +0000 (+0800) Subject: pinctrl: sunxi: fix error return code in sunxi_pinctrl_probe() X-Git-Tag: v3.10-rc4~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72f88a42bf9761e3a92e58879d25a65712ca87a;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed