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

Commit 90d085ba authored by Xiaonian Wang's avatar Xiaonian Wang Committed by Subhash Jadavani
Browse files

mmc: core: remove unnecessary character



Remove the + in front of calling function mmc_rescan_try_freq
in function mmc_rescan.

Change-Id: I3799cf3972b6cf3c9222442f85c26109b5fb04b1
Signed-off-by: default avatarXiaonian Wang <xiaonian@codeaurora.org>
parent 5d7e5d15
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: