From: Lars-Peter Clausen Date: Thu, 30 Oct 2014 20:01:05 +0000 (+0100) Subject: ASoC: wm9712: Cleanup printk usage X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~20^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12ced338ab8858d11ef5b11b65c3dc612d9551c9;p=pandora-kernel.git ASoC: wm9712: 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. Also avoid printing two error messages when the reset fails. Signed-off-by: Lars-Peter Clausen Acked-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed