commit | 0ba41d917eeb87f608cf147f870ff2f4c1056bab | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Feb 26 13:02:17 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Feb 26 16:45:34 2014 +0100 |
tree | e848ad3bb355ec92150b7f22eab66e88d7eee34b | |
parent | 6436bcf6a4a35ae83af9ff3c250435e5fd001205 [diff] |
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 <tiwai@suse.de>