diff options
Diffstat (limited to 'sound/isa/wavefront/wavefront.c')
-rw-r--r-- | sound/isa/wavefront/wavefront.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/isa/wavefront/wavefront.c b/sound/isa/wavefront/wavefront.c index 711670e4a425..83f291d89a95 100644 --- a/sound/isa/wavefront/wavefront.c +++ b/sound/isa/wavefront/wavefront.c | |||
@@ -449,8 +449,7 @@ snd_wavefront_probe (struct snd_card *card, int dev) | |||
449 | if (cs4232_mpu_port[dev] > 0 && cs4232_mpu_port[dev] != SNDRV_AUTO_PORT) { | 449 | if (cs4232_mpu_port[dev] > 0 && cs4232_mpu_port[dev] != SNDRV_AUTO_PORT) { |
450 | err = snd_mpu401_uart_new(card, midi_dev, MPU401_HW_CS4232, | 450 | err = snd_mpu401_uart_new(card, midi_dev, MPU401_HW_CS4232, |
451 | cs4232_mpu_port[dev], 0, | 451 | cs4232_mpu_port[dev], 0, |
452 | cs4232_mpu_irq[dev], IRQF_DISABLED, | 452 | cs4232_mpu_irq[dev], NULL); |
453 | NULL); | ||
454 | if (err < 0) { | 453 | if (err < 0) { |
455 | snd_printk (KERN_ERR "can't allocate CS4232 MPU-401 device\n"); | 454 | snd_printk (KERN_ERR "can't allocate CS4232 MPU-401 device\n"); |
456 | return err; | 455 | return err; |