git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f007db
)
pinctrl: SPEAr: Update error check for unsigned variables
author
Tushar Behera
<tushar.behera@linaro.org>
Fri, 16 Nov 2012 06:50:39 +0000
(12:20 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 23 Nov 2012 07:33:41 +0000
(08:33 +0100)
Checking '< 0' for unsigned variables always returns false. For error
codes, use IS_ERR_VALUE() instead.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found