]> git.baikalelectronics.ru Git - kernel.git/commit
tty: max3100: use msecs_to_jiffies for time conversion
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 9 Feb 2015 14:41:49 +0000 (09:41 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 02:13:08 +0000 (03:13 +0100)
commit487a2d6b342b1b10be4bc2979c84faf606745fde
treec1449d5d636d0f7c0bbbb76b9f1d6f37d19b82e0
parent5305b03aa778b0b8bf3e4195ba304b902c5029c1
tty: max3100: use msecs_to_jiffies for time conversion

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

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max3100.c