projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48a6df
)
ALSA: au88x0: Kill the rest snd_print*()
author
Takashi Iwai
<tiwai@suse.de>
Tue, 28 Oct 2014 16:36:50 +0000
(17:36 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 28 Oct 2014 16:40:45 +0000
(17:40 +0100)
Use the standard dev_*() instead.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/au88x0/au88x0.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/au88x0/au88x0.c
b/sound/pci/au88x0/au88x0.c
index e9c3833f6d4467d8cc2d5fda9328645624c52a05..996369134ea8267616450ad66bb244244431d438 100644
(file)
--- a/
sound/pci/au88x0/au88x0.c
+++ b/
sound/pci/au88x0/au88x0.c
@@
-314,7
+314,7
@@
snd_vortex_probe(struct pci_dev *pci, const struct pci_device_id *pci_id)
if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH,
sizeof(snd_vortex_synth_arg_t), &wave) < 0
|| wave == NULL) {
-
snd_printk(KERN_ERR
"Can't initialize Aureal wavetable synth\n");
+
dev_err(card->dev,
"Can't initialize Aureal wavetable synth\n");
} else {
snd_vortex_synth_arg_t *arg;