Merge "mmc: core: remove unnecessary character" into msm-4.9
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index e5a93e2f..220ba6d 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -4285,7 +4285,7 @@
 		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: