瀏覽代碼

MVEBUMMC : REMOVE unnecessary delay from init

Remove unnessecary delay from mvebu_mmc_initialize

Signed-off-by: Gérald Kerma <drEagle@doukki.net>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Gerald Kerma 10 年之前
父節點
當前提交
ac0b729844
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/mmc/mvebu_mmc.c

+ 0 - 2
drivers/mmc/mvebu_mmc.c

@@ -403,8 +403,6 @@ static int mvebu_mmc_initialize(struct mmc *mmc)
 	/* SW reset */
 	mvebu_mmc_write(SDIO_SW_RESET, SDIO_SW_RESET_NOW);
 
-	udelay(10*1000);
-
 	return 0;
 }