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:
committed by
Mauro Carvalho Chehab
parent
749823a06e
commit
8083c5200e
@@ -270,8 +270,9 @@ static void ir_timer(unsigned long data)
|
|||||||
static void ir_work(struct work_struct *work)
|
static void ir_work(struct work_struct *work)
|
||||||
{
|
{
|
||||||
struct IR_i2c *ir = container_of(work, struct IR_i2c, work);
|
struct IR_i2c *ir = container_of(work, struct IR_i2c, work);
|
||||||
|
|
||||||
ir_key_poll(ir);
|
ir_key_poll(ir);
|
||||||
mod_timer(&ir->timer, jiffies+HZ/10);
|
mod_timer(&ir->timer, jiffies + msecs_to_jiffies(100));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------- */
|
||||||
|
Reference in New Issue
Block a user