]> git.karo-electronics.de Git - linux-beck.git/commit
video: fbdev: use msecs_to_jiffies for time conversions
authorNicholas Mc Guire <hofrat@osadl.org>
Fri, 20 Feb 2015 14:34:01 +0000 (09:34 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 10 Mar 2015 12:32:13 +0000 (14:32 +0200)
commit17713ce09d95fa79a1bf8f8604ecea9c6e1924aa
tree522357fbfb4b4556017bdf581bd2b0e83145c9e5
parentdc4d52149bd1f2f3ae48804731c63de523e42787
video: fbdev: use msecs_to_jiffies for time conversions

This is only an API consolidation and should make things more readable by
replacing  var * HZ / 1000  by msecs_to_jiffies(var).

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/pxafb.c