commit | 17713ce09d95fa79a1bf8f8604ecea9c6e1924aa | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Fri Feb 20 09:34:01 2015 -0500 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Mar 10 14:32:13 2015 +0200 |
tree | 522357fbfb4b4556017bdf581bd2b0e83145c9e5 | |
parent | dc4d52149bd1f2f3ae48804731c63de523e42787 [diff] |
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>