From: Nicholas Mc Guire Date: Mon, 9 Feb 2015 15:53:25 +0000 (-0500) Subject: vt: vt_ioctl: use msecs_to_jiffies for time conversion X-Git-Tag: omap-for-v4.1/fixes-rc1~74^2~77^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c0d9b17d1c0608bbbef6d00e68956de2c3b1f8e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed