commit | efa6af86db6c730af6b4b8c7a5ed8f8b6a084c03 | [log] [tgz] |
---|---|---|
author | Sahitya Tummala <stummala@codeaurora.org> | Wed Sep 07 14:46:30 2011 +0530 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:19:04 2011 -0700 |
tree | 9d059d3a69cfd6edef8c3bbc749dae1f2d0146a2 | |
parent | 88124ba6348cf5f24bcaba79d14b7cd56c145043 [diff] |
mmc: msm_sdcc: Fix issue with msmsdcc_enable() Due to the recent commit 68338b, any pending runtime PM work (runtime suspend/resume request) is not getting cancelled before enabling the host for a new request. This results in a possibility for suspend work to happen in parallel while processing any active SD/MMC command. CRs-fixed: 305399 Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>