]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mmc: cb710: remove unnecessary msleep()
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sun, 21 Mar 2010 06:41:39 +0000 (07:41 +0100)
committerChris Ball <cjb@laptop.org>
Sat, 23 Oct 2010 13:11:20 +0000 (21:11 +0800)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/cb710-mmc.c

index 7a176b4949e7d082bdbdb998a41d63956bb679b9..5374b6b5a0680593c11d2f65966af9e1ebc002e9 100644 (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);
 }