Commit 2abd4f1a authored by Michał Mirosław's avatar Michał Mirosław Committed by Chris Ball

mmc: cb710: remove unnecessary msleep()

Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 7fcc4ce3
...@@ -495,7 +495,6 @@ static void cb710_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) ...@@ -495,7 +495,6 @@ static void cb710_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq)
if (!cb710_mmc_command(mmc, mrq->cmd) && mrq->stop) if (!cb710_mmc_command(mmc, mrq->cmd) && mrq->stop)
cb710_mmc_command(mmc, mrq->stop); cb710_mmc_command(mmc, mrq->stop);
mdelay(1);
tasklet_schedule(&reader->finish_req_tasklet); tasklet_schedule(&reader->finish_req_tasklet);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment