mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
V4L/DVB (5684): V4L: ir-kbd-i2c - switch to using msecs_to_jiffies()
Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
749823a06e
commit
8083c5200e
@ -270,8 +270,9 @@ static void ir_timer(unsigned long data)
|
||||
static void ir_work(struct work_struct *work)
|
||||
{
|
||||
struct IR_i2c *ir = container_of(work, struct IR_i2c, work);
|
||||
|
||||
ir_key_poll(ir);
|
||||
mod_timer(&ir->timer, jiffies+HZ/10);
|
||||
mod_timer(&ir->timer, jiffies + msecs_to_jiffies(100));
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user