staging: ks7010: use msecs_to_jiffies in ks7010_rw_function function
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 6 Apr 2018 12:37:51 +0000 (14:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:27:38 +0000 (14:27 +0200)
commit6adc30b17922ea67d4ad93887b8d59d4c7d4516d
treec83b904550644636a685280389e144b77ebd4fbb
parente0ba53a43ee3919d0c78ff8d26b15257129110ec
staging: ks7010: use msecs_to_jiffies in ks7010_rw_function function

This commit replaces custom time calculations done in ks7010_rw_function
with msecs_to_jiffies() function which has the same behaviour.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c