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

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

Merge "mmc: host: If clock gating is going-on treat card irq as async-irq."

parents 8a22cf2f dcadaa14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3223,7 +3223,7 @@ static irqreturn_t sdhci_irq(int irq, void *dev_id)
		return IRQ_NONE;
	}

	if (!host->clock && host->mmc->card &&
	if (!(!host->mmc->clk_gated && host->clock) && host->mmc->card &&
			mmc_card_sdio(host->mmc->card)) {
		if (!mmc_card_and_host_support_async_int(host->mmc)) {
			spin_unlock(&host->lock);