diff options
Diffstat (limited to 'sound/isa/gus/gusextreme.c')
-rw-r--r-- | sound/isa/gus/gusextreme.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/isa/gus/gusextreme.c b/sound/isa/gus/gusextreme.c index 008e8e5bfa37..c4733c08b60b 100644 --- a/sound/isa/gus/gusextreme.c +++ b/sound/isa/gus/gusextreme.c | |||
@@ -317,8 +317,7 @@ static int __devinit snd_gusextreme_probe(struct device *dev, unsigned int n) | |||
317 | 317 | ||
318 | if (es1688->mpu_port >= 0x300) { | 318 | if (es1688->mpu_port >= 0x300) { |
319 | error = snd_mpu401_uart_new(card, 0, MPU401_HW_ES1688, | 319 | error = snd_mpu401_uart_new(card, 0, MPU401_HW_ES1688, |
320 | es1688->mpu_port, 0, | 320 | es1688->mpu_port, 0, mpu_irq[n], NULL); |
321 | mpu_irq[n], IRQF_DISABLED, NULL); | ||
322 | if (error < 0) | 321 | if (error < 0) |
323 | goto out; | 322 | goto out; |
324 | } | 323 | } |