From: Takashi Iwai Date: Wed, 26 Feb 2014 12:02:17 +0000 (+0100) Subject: ALSA: usb-audio: Use standard printk helpers X-Git-Tag: v3.15-rc1~142^2~3^2~46^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba41d917eeb87f608cf147f870ff2f4c1056bab;p=pandora-kernel.git ALSA: usb-audio: Use standard printk helpers Convert with dev_err() and co from snd_printk(), etc. As there are too deep indirections (e.g. ep->chip->dev->dev), a few new local macros, usb_audio_err() & co, are introduced. Also, the device numbers in some messages are dropped, as they are shown in the prefix automatically. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed