Message ID | 20130218124227.GA24607@blumentopf (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c @@ -138,7 +138,7 @@ static void apply_clk_hack(void) #define SOFTRESET (1 << 1) #define RESETDONE (1 << 0) -#define MMC_AUTOSUSPEND_DELAY 100 +#define MMC_AUTOSUSPEND_DELAY 1 #define MMC_TIMEOUT_MS 20 One is already fixed[1], the other I'm still working on.