mmc: cb710: remove unnecessary msleep()

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
Michał Mirosław 2010-03-21 07:41:39 +01:00 committed by Chris Ball
parent 7fcc4ce37f
commit 2abd4f1a43

View File

@ -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)
cb710_mmc_command(mmc, mrq->stop);
mdelay(1);
tasklet_schedule(&reader->finish_req_tasklet);
}