]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: rawmidi: Use standard printk helpers
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Feb 2014 17:21:39 +0000 (18:21 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Feb 2014 07:14:16 +0000 (08:14 +0100)
commit7eebbda5b60bc44b594f2a1fb66cca7c30119e86
tree32f33adb4394674a5339b76f53f7f1e1d726f130
parent5db4f168eed2796d917a023164de83e43a3cdaf0
ALSA: rawmidi: 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/rawmidi.c