[media] saa7134: fix raw IR timeout value
authorJarod Wilson <jarod@redhat.com>
Thu, 16 Jun 2011 20:30:48 +0000 (17:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 1 Jul 2011 19:33:20 +0000 (16:33 -0300)
commit9800b5b619cd9a013a6f0c7d5da0dbbc17a5af30
tree8219b22728d90ef8db71f01bee567d9e87e1cd85
parent3f5c4c73322e4d6f3d40b697dac3073d2adffe41
[media] saa7134: fix raw IR timeout value

The comment says "wait 15ms", but the code says jiffies_to_msecs(15)
instead of msecs_to_jiffies(15). Fix that. Tested, works fine with both
rc5 and rc6 decode, in-kernel and via lirc userspace, with an HVR-1150.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134-input.c