summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/cb710-mmc.c
diff options
context:
space:
mode:
authorMichał Mirosław2010-03-21 07:41:39 +0100
committerChris Ball2010-10-23 15:11:20 +0200
commit2abd4f1a439718206e832d7a83b77c88c15a6847 (patch)
treeea49710d4c4234d2b95ecc09f256b63bcb988372 /drivers/mmc/host/cb710-mmc.c
parentmmc: cb710: implement get_cd() callback (diff)
downloadkernel-qcow2-linux-2abd4f1a439718206e832d7a83b77c88c15a6847.tar.gz
kernel-qcow2-linux-2abd4f1a439718206e832d7a83b77c88c15a6847.tar.xz
kernel-qcow2-linux-2abd4f1a439718206e832d7a83b77c88c15a6847.zip
mmc: cb710: remove unnecessary msleep()
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/cb710-mmc.c')
-rw-r--r--drivers/mmc/host/cb710-mmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/cb710-mmc.c b/drivers/mmc/host/cb710-mmc.c
index 7a176b4949e7..5374b6b5a068 100644
--- a/drivers/mmc/host/cb710-mmc.c
+++ b/drivers/mmc/host/cb710-mmc.c
@@ -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);
}