Skip to content

Commit cb7d60a

Browse files
jhovoldbroonie
authored andcommitted
ASoC: codecs: wcd934x: demote impedance printk
Demote the MBHC impedance measurement printk, which is only needed for development and debugging, to debug level. While at it, fix the capitalisation of "ohm" and add the missing space before the opening parenthesis. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20230630142717.5314-5-johan+linaro@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 17d59d9 commit cb7d60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/wcd934x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2683,7 +2683,7 @@ static inline void wcd934x_mbhc_get_result_params(struct wcd934x_codec *wcd934x,
26832683
else if (x1 < minCode_param[noff])
26842684
*zdet = WCD934X_ZDET_FLOATING_IMPEDANCE;
26852685

2686-
dev_info(wcd934x->dev, "%s: d1=%d, c1=%d, x1=0x%x, z_val=%d(milliOhm)\n",
2686+
dev_dbg(wcd934x->dev, "%s: d1=%d, c1=%d, x1=0x%x, z_val=%di (milliohm)\n",
26872687
__func__, d1, c1, x1, *zdet);
26882688
ramp_down:
26892689
i = 0;

0 commit comments

Comments
 (0)