OSDN Git Service

mmc: tmio: use usleep_range consistently
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 14 Nov 2017 22:51:04 +0000 (23:51 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 11 Dec 2017 11:44:29 +0000 (12:44 +0100)
commit754febcc6b749bb05ebb06b0b9cfdda6157e8cfd
treefb74b9617fbd52435ee80df6e0dbdf4857101338
parent96455380ece1c786f0a8822ea8b312e6445a3d93
mmc: tmio: use usleep_range consistently

There are a few udelay() left which are in a range that they should be
usleep_range() these days.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/tmio_mmc_core.c