mmc: sdhci-msm: Set sdio_pending_processing default state to false
It seems that when we are configuring sdiowakeup_irq, we are receiving a spurious interrupt which sets sdio_pending_processing state to true. Now, if the sdio card is physically connected but wifi not enabled in that case suspend functionality will be broken sdhci_msm_suspend_noirq will return -EBUSY if sdio_pending_processing is set to true. Thus fix it by setting this flag to false after we have disabled sdiowakeup_irq. CRs-Fixed: 957968 Change-Id: I755b0b5602345ad6bf557c6055b9057012de0797 Signed-off-by:Ritesh Harjani <riteshh@codeaurora.org> Signed-off-by:
Sahitya Tummala <stummala@codeaurora.org>
Loading
Please register or sign in to comment