From: Takashi Iwai Date: Tue, 28 Oct 2014 16:36:50 +0000 (+0100) Subject: ALSA: au88x0: Kill the rest snd_print*() X-Git-Tag: v3.19-rc1~119^2~21^2~94 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f994cb3a09a5f2018c286f854c10277132f4a9a5;p=~emulex%2Finfiniband.git ALSA: au88x0: Kill the rest snd_print*() Use the standard dev_*() instead. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/au88x0/au88x0.c b/sound/pci/au88x0/au88x0.c index e9c3833f6d4..996369134ea 100644 --- 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;