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

Commit 09a218e7 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: Reset the cmd timeout error stats after card detection"

parents 52643dd8 4c3e6707
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4425,6 +4425,7 @@ void mmc_rescan(struct work_struct *work)
		goto out;
	}
	mmc_rescan_try_freq(host, host->f_min);
	host->err_stats[MMC_ERR_CMD_TIMEOUT] = 0;
	mmc_release_host(host);

 out: