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

Commit 4b292df8 authored by Karthikeyan Mani's avatar Karthikeyan Mani Committed by Gerrit - the friendly Code Review server
Browse files

drivers: mfd: clean up bootup info logs



Change info logs to dbg at instances of default value
assignment to ensure cleaner bootup process.

CRs-fixed: 1099759
Change-Id: Ib8fc3ed96e4704e71d9224a067fd8d9e88373cf0
Signed-off-by: default avatarKarthikeyan Mani <kmani@codeaurora.org>
parent 3570e6ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ static u32 wcd9xxx_validate_dmic_sample_rate(struct device *dev,
	return dmic_sample_rate;

undefined_rate:
	dev_info(dev, "%s: Invalid %s = %d, for mclk %d\n",
	dev_dbg(dev, "%s: Invalid %s = %d, for mclk %d\n",
		 __func__, dmic_rate_type, dmic_sample_rate, mclk_rate);
	dmic_sample_rate = WCD9XXX_DMIC_SAMPLE_RATE_UNDEFINED;