mmc: core: clear MMC_PM_KEEP_POWER flag on resume
authorEliad Peller <eliad@wizery.com>
Mon, 9 May 2011 08:32:31 +0000 (11:32 +0300)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 03:53:56 +0000 (23:53 -0400)
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 <eliad@wizery.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/core.c

Simple merge