diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-10-20 08:44:25 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-10-20 08:44:25 +0200 |
commit | e20095367325b1307f199fb0f193816209f12514 (patch) | |
tree | 32d0e1e92b60c084e7b487a9dad44b968633388e /sound/pci/au88x0/au88x0_mpu401.c | |
parent | 6acce400d9daf1353fbf497302670c90a3205e1d (diff) | |
parent | 49fd46d2ffc92de3f4bd2e337f60b8b6052dc8b6 (diff) | |
download | linux-stable-e20095367325b1307f199fb0f193816209f12514.tar.gz |
Merge branch 'topic/cleanup' into for-next
Diffstat (limited to 'sound/pci/au88x0/au88x0_mpu401.c')
-rw-r--r-- | sound/pci/au88x0/au88x0_mpu401.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/au88x0/au88x0_mpu401.c b/sound/pci/au88x0/au88x0_mpu401.c index 328c1943c0c3..1025e55ca854 100644 --- a/sound/pci/au88x0/au88x0_mpu401.c +++ b/sound/pci/au88x0/au88x0_mpu401.c @@ -73,7 +73,7 @@ static int snd_vortex_midi(vortex_t *vortex) /* Check if anything is OK. */ temp = hwread(vortex->mmio, VORTEX_MIDI_DATA); if (temp != MPU401_ACK /*0xfe */ ) { - pr_err( "midi port doesn't acknowledge!\n"); + dev_err(vortex->card->dev, "midi port doesn't acknowledge!\n"); return -ENODEV; } /* Enable MPU401 interrupts. */ |