From: Tushar Behera Date: Fri, 16 Nov 2012 06:50:39 +0000 (+0530) Subject: pinctrl: SPEAr: Update error check for unsigned variables X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~94^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d8dd20e56be0196fd015feb19ca38449c607794;p=pandora-kernel.git pinctrl: SPEAr: Update error check for unsigned variables Checking '< 0' for unsigned variables always returns false. For error codes, use IS_ERR_VALUE() instead. Signed-off-by: Tushar Behera Acked-by: Viresh Kumar Signed-off-by: Linus Walleij --- Reading git-diff-tree failed