diff options
| author | Gerald Kerma <[email protected]> | 2014-12-13 21:35:36 +0100 |
|---|---|---|
| committer | Pantelis Antoniou <[email protected]> | 2015-01-06 10:10:28 +0200 |
| commit | ac0b7298441d96043a2275d3c0fdafa59ca8f103 (patch) | |
| tree | f0ec41af83677c8ba013b69d45db414fc629d0fa /drivers | |
| parent | 02b2739e8fd90f3bc6945824d87ca1647cf95aef (diff) | |
MVEBUMMC : REMOVE unnecessary delay from init
Remove unnessecary delay from mvebu_mmc_initialize
Signed-off-by: Gérald Kerma <[email protected]>
Acked-by: Pantelis Antoniou <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/mvebu_mmc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c index 721ebcc6d43..8ca09042d8d 100644 --- a/drivers/mmc/mvebu_mmc.c +++ b/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; } |
