commit | e5adb6cddb17f8e76be404f23a2e0db102ee1bd1 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Thu Oct 30 21:00:59 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 31 17:18:35 2014 +0000 |
tree | 2c0425b67b43912423cf0b3665ffa4cd9c114a27 | |
parent | 16af0ee16ca9391ef82e1c74c362d80551e769fe [diff] |
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>