Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f817b68 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: core: Remove flag MMC_PM_WAKE_SDIO_IRQ in mmc_resume_host"

parents d14f6599 10803b9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1078,6 +1078,7 @@ static int mmc_sdio_resume(struct mmc_host *host)
	mmc_release_host(host);

	host->pm_flags &= ~MMC_PM_KEEP_POWER;
	host->pm_flags &= ~MMC_PM_WAKE_SDIO_IRQ;
	return err;
}