Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62275
b: refs/heads/master
c: f7518bd
h: refs/heads/master
i:
  62273: 5b7d65e
  62271: 71ea3c3
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 20, 2007
1 parent 20ae533 commit 0b8726f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 09df5cbe46511611410274f09571ada229231ddb
refs/heads/master: f7518bd2d9ecad8c404c300e7872f7c2ab4961ad
4 changes: 2 additions & 2 deletions trunk/drivers/media/common/ir-functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ void ir_rc5_timer_end(unsigned long data)
}

/* Set/reset key-up timer */
timeout = current_jiffies + (500 + ir->rc5_key_timeout
* HZ) / 1000;
timeout = current_jiffies +
msecs_to_jiffies(ir->rc5_key_timeout);
mod_timer(&ir->timer_keyup, timeout);

/* Save code for repeat test */
Expand Down

0 comments on commit 0b8726f

Please sign in to comment.