]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitffb9046033e13c1305ccf2c5e1f518dc07997a56
tree604b14564c62ca94c0b4717914a468344f3ac067
parentb8255c6cc85a983e467ad7b62fa693eb94100d35
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