[media] drx-j: use the proper timeout code on scu_command
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 26 Jan 2014 18:55:57 +0000 (15:55 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Mar 2014 17:37:41 +0000 (14:37 -0300)
commitceea5e2d9dc2334c6a4b167b6134f5cd740b8e0b
treebed5ffda60ddcbc5b35627603720b343ce7c5cf3
parentc4dc6f9222a621c1d1f44120590093d2d58441d4
[media] drx-j: use the proper timeout code on scu_command

Checking if a time is after another one can have issues, as
times are generally u32 wide.

Use the proper macros for that at scu_command().

It should be noticed that other places also use jiffies
calculus on an improper way. This should be fixed too,
but the logic there is more complex. So, let's do it in
separate patches.

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/drx39xyj/drxj.c