提交 2abd4f1a 编写于 作者: M Michał Mirosław 提交者: Chris Ball

mmc: cb710: remove unnecessary msleep()

Signed-off-by: NMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: NChris Ball <cjb@laptop.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册