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

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

Merge "mmc: core: Don't release clock when retrying a failed request"

parents 4704e0ff ada1c103
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1075,6 +1075,7 @@ void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq)
				mrq->stop->resp[0], mrq->stop->resp[1],
				mrq->stop->resp[2], mrq->stop->resp[3]);
		}
		mmc_host_clk_release(host);
	}
	/*
	 * Request starter must handle retries - see
@@ -1083,7 +1084,6 @@ void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq)
	if (mrq->done)
		mrq->done(mrq);

	mmc_host_clk_release(host);
}

EXPORT_SYMBOL(mmc_request_done);