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:
a798c10
)
pinctrl/TB10x: Fix signedness bug
author
Christian Ruppert
<christian.ruppert@abilis.com>
Fri, 11 Apr 2014 14:46:04 +0000
(16:46 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 22 Apr 2014 12:55:02 +0000
(14:55 +0200)
In the TB10x pin database, a port index of -1 is used to indicate
unmuxed GPIO pin groups. This bug fixes a 'cast to unsigned' bug of
this value.
Thanks to Dan Carpenter for highlighting this.
CC: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found