From: Mauro Carvalho Chehab Date: Sun, 26 Jan 2014 18:55:57 +0000 (-0300) Subject: [media] drx-j: use the proper timeout code on scu_command X-Git-Tag: v3.15-rc1~85^2~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceea5e2d9dc2334c6a4b167b6134f5cd740b8e0b;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed