Browse Source

V4L/DVB (5859): use msecs_to_jiffies on InfraRed RC5 timeout

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Mauro Carvalho Chehab 18 years ago
parent
commit
f7518bd2d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/media/common/ir-functions.c

+ 2 - 2
drivers/media/common/ir-functions.c

@@ -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
-						     * HZ) / 1000;
+			timeout = current_jiffies +
+				  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 */