Increase MMC_CMD_RETRIES, to deal with timing differences when not running
MMC_DEBUG, and for safety.
diff --git a/drivers/mmc/core/core.h b/drivers/mmc/core/core.h
index 6b9f9b5..133f003 100644
--- a/drivers/mmc/core/core.h
+++ b/drivers/mmc/core/core.h
@@ -13,7 +13,7 @@
 
 #include <linux/delay.h>
 
-#define MMC_CMD_RETRIES        5
+#define MMC_CMD_RETRIES        32
 
 struct mmc_bus_ops {
 	int (*awake)(struct mmc_host *);