V4L/DVB (5859): use msecs_to_jiffies on InfraRed RC5 timeout
authorMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 17 Jul 2007 19:27:30 +0000 (16:27 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 20 Jul 2007 20:35:49 +0000 (17:35 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/common/ir-functions.c

index fe447a0..a3292e9 100644 (file)
@@ -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 */