]> 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)
commitfa09c2e3720c8f086a9721a4527e82ff5f640123
tree43c4ce37b51c80f6ea4124ca1fb836fc89346ade
parentbb75688684e8d618d222f69abbd4eda06682a518
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