From: Lee Jones Date: Thu, 20 Dec 2012 11:11:19 +0000 (+0000) Subject: pinctrl/abx500: replace incorrect return value X-Git-Tag: v3.9-rc1~153^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1abeebeaa5c0d577c1c66c19aa75470fcefd8396;p=pandora-kernel.git pinctrl/abx500: replace incorrect return value Currently in the empty abx500_pin_config_get() function, we're returning -EINVAL, with a comment stating that the reason for the failure is that the function isn't implemented yet. Well there's a proper return code for that. If we use it, we can do away with the comment too, as it would be implied. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed