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

Commit f5c2758f authored by Jaehoon Chung's avatar Jaehoon Chung Committed by Chris Ball
Browse files

mmc: core: fix indentation



This patch fixes incorrect indentation.  (Just code cleanup)

Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 7a81902f
Loading
Loading
Loading
Loading
+11 −12
Original line number Diff line number Diff line
@@ -516,8 +516,7 @@ struct mmc_async_req *mmc_start_req(struct mmc_host *host,
		mmc_pre_req(host, areq->mrq, !host->areq);

	if (host->areq) {
			err = mmc_wait_for_data_req_done(host, host->areq->mrq,
					areq);
		err = mmc_wait_for_data_req_done(host, host->areq->mrq,	areq);
		if (err == MMC_BLK_NEW_REQUEST) {
			if (error)
				*error = err;