mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
ASoC: codecs: wcd9335: Drop unneeded error message
Error-level should not be used as debugging. The code (function wcd9335_get_dmic_clk_val()) will always be called with same parameters, so this is not really useful debug anyway, so drop it. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://msgid.link/r/20240612-asoc-wcd9xxx-wide-cleanups-v1-5-0d15885b2a06@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
4a03b5dbad
commit
3ed4beba49
|
|
@ -2849,10 +2849,6 @@ static u8 wcd9335_get_dmic_clk_val(struct snd_soc_component *component,
|
|||
u32 div_factor;
|
||||
u8 dmic_ctl_val;
|
||||
|
||||
dev_err(component->dev,
|
||||
"%s: mclk_rate = %d, dmic_sample_rate = %d\n",
|
||||
__func__, mclk_rate, dmic_clk_rate);
|
||||
|
||||
/* Default value to return in case of error */
|
||||
if (mclk_rate == WCD9335_MCLK_CLK_9P6MHZ)
|
||||
dmic_ctl_val = WCD9335_DMIC_CLK_DIV_2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user