diff mbox

[2/5] mmc: do not clear the host->pm_flags when suspend

Message ID 1289402889-14160-4-git-send-email-peppe.cavallaro@st.com (mailing list archive)
State New, archived
Headers show

Commit Message

Peppe CAVALLARO Nov. 10, 2010, 3:28 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index 569e94d..6d2d6e4 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -1276,7 +1276,6 @@  int mmc_suspend_host(struct mmc_host *host)
 			mmc_claim_host(host);
 			mmc_detach_bus(host);
 			mmc_release_host(host);
-			host->pm_flags = 0;
 			err = 0;
 		}
 	}