]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: image: use msecs_to_jiffies for time conversion
authorNicholas Mc Guire <hofrat@osadl.org>
Fri, 6 Feb 2015 09:50:21 +0000 (04:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 15:20:34 +0000 (16:20 +0100)
commit9751afbbb02d7a1c0f57191b8423948344a7ed86
tree2c06527a23d79246e88d5d9abddf2c5472176863
parent1dc6120ef7f003305d99ef12f598a6b05eacc38c
USB: image: 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/usb/image/mdc800.c