[PATCH 0/5] ASoC: codecs: wcd938x/wcd934x: loglevel fix and cleanups

From: Johan Hovold
Date: Fri Jun 30 2023 - 10:27:29 EST


When investigating a race in the wcd938x driver I noticed that the MBHC
impedance measurements where printed at error loglevel which is clearly
wrong.

Fix that, and clean up the logging somewhat by using dev_printk() and
addressing some style issues.

Included are also two patches that drop the bogus inline keywords from
the functions involved.

Johan


Johan Hovold (5):
ASoC: codecs: wcd938x: fix mbhc impedance loglevel
ASoC: codecs: wcd938x: drop inline keywords
ASoC: codecs: wcd938x: use dev_printk() for impedance logging
ASoC: codecs: wcd934x: demote impedance printk loglevel
ASoC: codecs: wcd934x: drop inline keywords

sound/soc/codecs/wcd934x.c | 8 ++++----
sound/soc/codecs/wcd938x.c | 17 +++++++++--------
2 files changed, 13 insertions(+), 12 deletions(-)

--
2.39.3