commit | 1140769beb3901ea94fb5a5a5bdeb532b2ca7a34 | [log] [tgz] |
---|---|---|
author | Charles M. Hannum <root@ihack.net> | Sun Jun 22 19:24:16 2014 -0700 |
committer | Charles M. Hannum <root@ihack.net> | Sun Jun 22 19:24:16 2014 -0700 |
tree | 5c0184d100b539566edd82904b5cb30e38f60bec | |
parent | 578a8ee524d482e32c99755dbdeae910541698c6 [diff] |
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 *);