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

Commit a1f9d9b1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: sdhci-msm: Update pr_err condition in DLL init path"

parents 6eb0a487 4af8529d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -939,7 +939,7 @@ static int msm_init_cm_dll(struct sdhci_host *host,

			mclk_freq = ROUND(dll_clock * cycle_cnt, TCXO_FREQ);

			if (dll_clock < 192000000)
			if (dll_clock < 100000000)
				pr_err("%s: %s: Non standard clk freq =%u\n",
				mmc_hostname(mmc), __func__, dll_clock);