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:
1792f17
)
drivers/media/IR/ir-keytable.c: fix binary search
author
David Härdeman
<david@hardeman.nu>
Sat, 30 Oct 2010 20:17:44 +0000
(22:17 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 31 Oct 2010 01:02:22 +0000
(18:02 -0700)
The input-large-scancode patches changed the binary search in
drivers/media/IR/ir-keytable.c to use unsigned integers, but
signed integers are actually necessary for the algorithm to work.
Signed-off-by: David Härdeman <david@hardeman.nu>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found