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(-)