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

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

Merge "mmc: msm_sdcc: Remove unnecessary delay in interrupt context"

parents 10016a79 619ed9bf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -516,8 +516,6 @@ msmsdcc_request_end(struct msmsdcc_host *host, struct mmc_request *mrq)

	if (mrq->data)
		mrq->data->bytes_xfered = host->curr.data_xfered;
	if (mrq->cmd->error == -ETIMEDOUT)
		mdelay(5);

	msmsdcc_reset_dpsm(host);