OSDN Git Service

ASoC: wm9705: Cleanup printk usage
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 30 Oct 2014 20:01:03 +0000 (21:01 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 31 Oct 2014 17:31:16 +0000 (17:31 +0000)
commit9cf766f666cc4518e22f185159f285f4e3183230
tree340c04956a8ee6287d5f3cd73cba790d5247032b
parentf114040e3ea6e07372334ade75d1ee0775c355e1
ASoC: wm9705: Cleanup printk usage

Use dev_err() instead of printk(KERN_ERR. 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/wm9705.c