]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc89b73703ea3e61ab233560d2c6c4fc0963111dc
treec1449d5d636d0f7c0bbbb76b9f1d6f37d19b82e0
parent4f86a95d75386b47178335599264a000601e01ed
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