ALSA: hwdep: Use standard printk helpers
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Feb 2014 17:21:54 +0000 (18:21 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Feb 2014 07:14:16 +0000 (08:14 +0100)
commit2ebef69fc5a69ff8ef04922020d8ceeb4f6c8fbb
tree604b14564c62ca94c0b4717914a468344f3ac067
parentca20d29275b90986e43de58ac6c218e826a4f985
ALSA: hwdep: Use standard printk helpers

Use dev_err() & co as much as possible.  If not available (no device
assigned at the calling point), use pr_xxx() helpers instead.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/hwdep.c