V4L/DVB (5859): use msecs_to_jiffies on InfraRed RC5 timeout
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
09df5cbe46
commit
f7518bd2d9
1 changed files with 2 additions and 2 deletions
|
@ -345,8 +345,8 @@ void ir_rc5_timer_end(unsigned long data)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set/reset key-up timer */
|
/* Set/reset key-up timer */
|
||||||
timeout = current_jiffies + (500 + ir->rc5_key_timeout
|
timeout = current_jiffies +
|
||||||
* HZ) / 1000;
|
msecs_to_jiffies(ir->rc5_key_timeout);
|
||||||
mod_timer(&ir->timer_keyup, timeout);
|
mod_timer(&ir->timer_keyup, timeout);
|
||||||
|
|
||||||
/* Save code for repeat test */
|
/* Save code for repeat test */
|
||||||
|
|
Loading…
Reference in a new issue