OSDN Git Service

ASoC: wm9713: Cleanup printk usage
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 30 Oct 2014 20:01:07 +0000 (21:01 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 31 Oct 2014 17:33:54 +0000 (17:33 +0000)
commita6c2b07f11beaf5719f03c70a9c9597534b297a5
tree01f384a9b6ca893f32008bd25b58521c471f5b77
parentf114040e3ea6e07372334ade75d1ee0775c355e1
ASoC: wm9713: Cleanup printk usage

Use dev_err()/dev_warn() instead of printk(KERN_ERR/KERN_WARNING. This is
common practice and makes it easy to find out which device generated the
message. While we are at it also align the error messages with the other
AC'97 drivers.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm9713.c