From db0c472af8081e297ec807f58a9379b3fe511a93 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 4 Jul 2011 17:22:10 +0200 Subject: MCI imx-esdhc: remove unnecessary large delay Signed-off-by: Sascha Hauer --- drivers/mci/imx-esdhc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'drivers/mci') diff --git a/drivers/mci/imx-esdhc.c b/drivers/mci/imx-esdhc.c index 4cc2423424..e20b3b7a65 100644 --- a/drivers/mci/imx-esdhc.c +++ b/drivers/mci/imx-esdhc.c @@ -239,11 +239,7 @@ esdhc_send_cmd(struct mci_host *mci, struct mci_cmd *cmd, struct mci_data *data) esdhc_write32(®s->irqstat, -1); /* Wait at least 8 SD clock cycles before the next command */ - /* - * Note: This is way more than 8 cycles, but 1ms seems to - * resolve timing issues with some cards - */ - udelay(1000); + udelay(1); /* Set up for a data transfer if we have one */ if (data) { -- cgit v1.2.3