Skip to content

Commit

Permalink
mmc: cb710: remove unnecessary msleep()
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Michał Mirosław authored and Chris Ball committed Oct 23, 2010
1 parent 7fcc4ce commit 2abd4f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/cb710-mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 2abd4f1

Please sign in to comment.