Re: [PATCH] mmc: clear MMC_PM_KEEP_POWER flag on resume

2011-05-12 Thread Chris Ball
Hi, (adding Nico to CC in case he has comments) On Mon, May 09 2011, Eliad Peller wrote: > Since the MMC_PM_KEEP_POWER flag should be set on each suspend, > it should also cleared on each resume. > > Upon resuming, we have to know if power was kept > (for re-initialization, etc.), so clear it just

[PATCH] mmc: clear MMC_PM_KEEP_POWER flag on resume

2011-05-09 Thread Eliad Peller
Since the MMC_PM_KEEP_POWER flag should be set on each suspend, it should also cleared on each resume. Upon resuming, we have to know if power was kept (for re-initialization, etc.), so clear it just after resuming. Signed-off-by: Eliad Peller --- drivers/mmc/core/core.c |1 + 1 files chang