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

Commit a275d6d4 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: sdhci: Force crash upon emmc unexpected interrupt"

parents 30a01520 58ce523c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3586,7 +3586,11 @@ static irqreturn_t sdhci_irq(int irq, void *dev_id)
			   mmc_hostname(host->mmc), unexpected);
		MMC_TRACE(host->mmc, "Unexpected interrupt 0x%08x.\n",
				unexpected);
		if (host->mmc->cmdq_ops && host->mmc->cmdq_ops->dumpstate)
			host->mmc->cmdq_ops->dumpstate(host->mmc);
		else
			sdhci_dumpregs(host);
		BUG_ON(1);
	}

	return result;