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

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

Merge "mmc: card: Increase sanitize command timeout"

parents 7cd5e768 943729fd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1441,7 +1441,8 @@ retry:
	if (mmc_can_sanitize(card)) {
		trace_mmc_blk_erase_start(EXT_CSD_SANITIZE_START, 0, 0);
		err = mmc_switch(card, EXT_CSD_CMD_SET_NORMAL,
				 EXT_CSD_SANITIZE_START, 1, 30000);
				 EXT_CSD_SANITIZE_START, 1,
				 MMC_SANITIZE_REQ_TIMEOUT);
		trace_mmc_blk_erase_end(EXT_CSD_SANITIZE_START, 0, 0);
	}
out_retry: