staging: unisys: use msecs_to_jiffies for conversions
authorNicholas Mc Guire <der.herr@hofr.at>
Sat, 31 Jan 2015 11:02:08 +0000 (12:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:18:38 +0000 (17:18 +0800)
commit2cc1a1b3eeee793e68f27efde9f0519c233b944f
treeca4927899aa9e2726a29f174195f755bd6ba53e5
parent1bdee7063533df3e2918138b42d32ca3958a85fd
staging: unisys: use msecs_to_jiffies for conversions

This is only an API consolidation to make things more readable.
Instances of  var * HZ / 1000  are replaced by  msecs_to_jiffies(var).

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/visorchipset_main.c