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

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

Merge "mmc: core: Remove unused variable"

parents 4e4ac406 38e0d13b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1589,7 +1589,6 @@ struct mmc_async_req *mmc_start_req(struct mmc_host *host,
				    struct mmc_async_req *areq, int *error)
{
	int err = 0;
	int start_err = 0;
	struct mmc_async_req *data = host->areq;

	/* Prepare a new request */
@@ -1621,7 +1620,7 @@ struct mmc_async_req *mmc_start_req(struct mmc_host *host,
		trace_mmc_blk_rw_start(areq->mrq->cmd->opcode,
				       areq->mrq->cmd->arg,
				       areq->mrq->data);
		start_err = __mmc_start_data_req(host, areq->mrq);
		__mmc_start_data_req(host, areq->mrq);
	}

	if (host->areq)