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

Commit be074570 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 unnecessary character" into msm-4.9

parents 0b33cebf 90d085ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4285,7 +4285,7 @@ void mmc_rescan(struct work_struct *work)
		mmc_release_host(host);
		goto out;
	}
+	mmc_rescan_try_freq(host, host->f_min);
	mmc_rescan_try_freq(host, host->f_min);
	mmc_release_host(host);

 out: