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:
b4e7c55
)
pinctrl: msm: drop negativity check on unsigned value
author
Andrey Utkin
<andrey.krieger.utkin@gmail.com>
Thu, 17 Jul 2014 16:29:39 +0000
(19:29 +0300)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 23 Jul 2014 13:24:40 +0000
(15:24 +0200)
[linux-3.16-rc5/drivers/pinctrl/pinctrl-msm.c:145]: (style) Checking if
unsigned variable 'mux_bit' is less than zero.
if (WARN_ON(g->mux_bit < 0))
return -EINVAL;
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80491
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found