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

Commit bb52d80a 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 2357b8b5 c7757699
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1735,7 +1735,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 */
@@ -1784,7 +1783,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)