commit | 4c0d9b17d1c0608bbbef6d00e68956de2c3b1f8e | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Mon Feb 09 10:53:25 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Mar 07 04:02:26 2015 +0100 |
tree | 3e8a2ee2f7ad5682be247e4bc40c52d5ef76ac52 | |
parent | 833b1f7b5191e4ac15dfd86aa8137f2349f0fc30 [diff] |
vt: vt_ioctl: use msecs_to_jiffies for time conversion Converting milliseconds to jiffies by "val * HZ / 1000" is technically OK but msecs_to_jiffies(val) is the cleaner solution and handles all corner cases correctly. This is a minor API consolidation only and should make things more readable. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>