ASoC: ad1980: Cleanup printk usage
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 30 Oct 2014 20:00:59 +0000 (21:00 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 31 Oct 2014 17:18:35 +0000 (17:18 +0000)
commite5adb6cddb17f8e76be404f23a2e0db102ee1bd1
tree2c0425b67b43912423cf0b3665ffa4cd9c114a27
parent16af0ee16ca9391ef82e1c74c362d80551e769fe
ASoC: ad1980: 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.

Also remove the info message that is printed when the driver is probed, this
is just noise in bootlog.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ad1980.c