diff options
-rw-r--r-- | drivers/mmc/host/sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index f49cb1d5565d..4b61ee3c3b01 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c @@ -1000,7 +1000,7 @@ static void sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) if ((cmd->opcode == MMC_SWITCH) && (((cmd->arg >> 16) & EXT_CSD_SANITIZE_START) == EXT_CSD_SANITIZE_START)) - timeout = 100; + timeout = 920; else timeout = 10; |