ASoC: stac9766: Cleanup printk usage
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 30 Oct 2014 20:01:01 +0000 (21:01 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 31 Oct 2014 17:20:19 +0000 (17:20 +0000)
commit93932abaa3c84c2d76ce713bbbad08bad9162483
tree220a75e5b87db15a45f77745cf5bfbc125a52a36
parent4c07a43d9691ab1f264337d683dc8655b1edca46
ASoC: stac9766: 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>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/stac9766.c