diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index a6963d507da6..acb9114daf85 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c @@ -1990,7 +1990,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))