commit | f2f9307a4f26a9fbe47fff486a9cee5885af748f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Feb 04 18:21:03 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 14 08:14:15 2014 +0100 |
tree | 52e3cf57d91763c7f284e654c9d10a4152214656 | |
parent | 09e56df8b37f5e751614a0d140b8bf8250812912 [diff] |
ALSA: core: 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>