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:
a8a364b
)
pinctrl: abx500: fix bitwise AND test
author
Dan Carpenter
<dan.carpenter@oracle.com>
Mon, 26 Aug 2013 16:03:50 +0000
(19:03 +0300)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 28 Aug 2013 12:32:06 +0000
(14:32 +0200)
The intent here was to test if the bit was set or not but there is a
logical vs bitwise AND typo so it is true if any bits are set.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found