diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index d8dce621c005..9d2333a84c76 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c @@ -1949,7 +1949,7 @@ static void dw_mci_set_xfer_timeout(struct dw_mci *host) host->bus_hz); /* add a bit spare time */ - xfer_ms += 10; + xfer_ms += 100; spin_lock_irqsave(&host->irq_lock, irqflags); if (!test_bit(EVENT_XFER_COMPLETE, &host->pending_events))