Message ID | AANLkTimzYff_9PSSMpiXAyVX0FGHafVdBusCCGNyZqQP@mail.gmail.com (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 9c7c590..09a7e21 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c @@ -1372,6 +1372,7 @@ static void set_data_timeout(struct omap_hsmmc_host *host, dto -= 13; else dto = 0; + dto++; if (dto > 14) dto = 14; }