diff options
Diffstat (limited to 'sound/isa/als100.c')
-rw-r--r-- | sound/isa/als100.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/isa/als100.c b/sound/isa/als100.c index 20becc89f6f6..706effd6b3cd 100644 --- a/sound/isa/als100.c +++ b/sound/isa/als100.c | |||
@@ -256,7 +256,6 @@ static int __devinit snd_card_als100_probe(int dev, | |||
256 | mpu_type, | 256 | mpu_type, |
257 | mpu_port[dev], 0, | 257 | mpu_port[dev], 0, |
258 | mpu_irq[dev], | 258 | mpu_irq[dev], |
259 | mpu_irq[dev] >= 0 ? IRQF_DISABLED : 0, | ||
260 | NULL) < 0) | 259 | NULL) < 0) |
261 | snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]); | 260 | snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]); |
262 | } | 261 | } |