staging: rtl8188eu: use msecs_to_jiffies for conversions
authorNicholas Mc Guire <der.herr@hofr.at>
Sat, 31 Jan 2015 11:10:07 +0000 (12:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:25:42 +0000 (17:25 +0800)
commit37257276a47696aac3ef11aa90f95cfaa723dddf
treee0675196b60b3f8a0de727dcf0f2bd02ceb12fe7
parent1ba2c5a8087b8760087ff29a30b0aa4ae9802bb2
staging: rtl8188eu: 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/rtl8188eu/include/osdep_service.h