diff mbox

Issues with ADATA SD cards on OMAP?

Message ID AANLkTimzYff_9PSSMpiXAyVX0FGHafVdBusCCGNyZqQP@mail.gmail.com (mailing list archive)
State Awaiting Upstream, archived
Headers show

Commit Message

Steve Sakoman Jan. 13, 2011, 4:30 a.m. UTC
None
diff mbox

Patch

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;
 	}