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

Commit b4b90919 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 20930b86 fb84aaf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1107,6 +1107,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;
}