]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: oss: Use standard printk helpers
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Feb 2014 17:22:11 +0000 (18:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Feb 2014 07:14:17 +0000 (08:14 +0100)
commit27ea358d6dfe0d01cde922a3e41ad49a3e20eee1
tree76185a139d21dc15d0692e12be8e2182d674f748
parent045d3d095eb9e85135535ae8c41065ee77c4ca71
ALSA: oss: 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/oss/mixer_oss.c
sound/core/oss/pcm_oss.c