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

Commit 90480c85 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: Reset cmd err only for sbc commands"

parents a07b1164 d558f7a9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1234,10 +1234,9 @@ static void sdhci_finish_command(struct sdhci_host *host)
		}
	}

	host->cmd->error = 0;

	/* Finished CMD23, now send actual command. */
	if (host->cmd == host->mrq->sbc) {
		host->cmd->error = 0;
		host->cmd = NULL;
		sdhci_send_command(host, host->mrq->cmd);
	} else {