Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211331
b: refs/heads/master
c: e0172fd
h: refs/heads/master
i:
  211329: 3a0c16c
  211327: 4564a1d
v: v3
  • Loading branch information
Maxim Levitsky authored and Mauro Carvalho Chehab committed Sep 28, 2010
1 parent 889ee54 commit de0a2c2
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: 67332ba83242f814490884161fee8676a9fd8a09
refs/heads/master: e0172fd373ab77a83ea952fd6a75c612e1b0bf9e
2 changes: 1 addition & 1 deletion trunk/drivers/media/IR/ir-keytable.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static void ir_timer_keyup(unsigned long cookie)
* a keyup event might follow immediately after the keydown.
*/
spin_lock_irqsave(&ir->keylock, flags);
if (time_is_after_eq_jiffies(ir->keyup_jiffies))
if (time_is_before_eq_jiffies(ir->keyup_jiffies))
ir_keyup(ir);
spin_unlock_irqrestore(&ir->keylock, flags);
}
Expand Down

0 comments on commit de0a2c2

Please sign in to comment.