]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: x86: Replace pr_xxx() with dev_xxx()
authorTakashi Iwai <tiwai@suse.de>
Tue, 31 Jan 2017 14:49:15 +0000 (15:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:32:22 +0000 (17:32 +0100)
commite50424bf3a433a170ae0f4defe084d96733ad4db
tree43c4ce37b51c80f6ea4124ca1fb836fc89346ade
parent61aee13b9d8ae2358dfff010aa89bc795faedf97
ALSA: x86: Replace pr_xxx() with dev_xxx()

dev_xxx() helpers give a tidier output in general.

While we're at it, remove many useless debug prints (e.g. the ones at
each function entry), replace some too verbose errors with debugs, and
use WARN_ON() for some serious errors.

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