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

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

Merge "mmc: sdhci: Remove some redundant stack information"

parents f5e3d60a e9bcddf1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1702,7 +1702,8 @@ static void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq)
	sdhci_runtime_pm_get(host);
	if (sdhci_check_state(host)) {
		sdhci_dump_state(host);
		WARN(1, "sdhci in bad state");
		pr_err("%s: sdhci in bad state\n",
			mmc_hostname(host->mmc));
		mrq->cmd->error = -EIO;
		if (mrq->data)
			mrq->data->error = -EIO;