Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316089
b: refs/heads/master
c: 954bd6d
h: refs/heads/master
i:
  316087: 5e44062
v: v3
  • Loading branch information
Alan Cox authored and Jiri Kosina committed Jun 27, 2012
1 parent fd1ac12 commit d2dceb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c224071e28e2bbd213cce2e6e9dde26e78542ca8
refs/heads/master: 954bd6d1c9f6a545a594517b1a4aa9262b613f14
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/lm8333.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void lm8333_key_handler(struct lm8333 *lm8333)
return;
}

for (i = 0; keys[i] && i < LM8333_FIFO_TRANSFER_SIZE; i++) {
for (i = 0; i < LM8333_FIFO_TRANSFER_SIZE && keys[i]; i++) {
pressed = keys[i] & 0x80;
code = keys[i] & 0x7f;

Expand Down

0 comments on commit d2dceb0

Please sign in to comment.