ALSA: mpu401: clean up interrupt specification
[firefly-linux-kernel-4.4.55.git] / sound / isa / gus / gusextreme.c
index 008e8e5bfa37ae76e235d1c8b873b5c1f4e3ff4a..c4733c08b60b2d7c3b17e6f2d701ab0355591b89 100644 (file)
@@ -317,8 +317,7 @@ static int __devinit snd_gusextreme_probe(struct device *dev, unsigned int n)
 
        if (es1688->mpu_port >= 0x300) {
                error = snd_mpu401_uart_new(card, 0, MPU401_HW_ES1688,
-                               es1688->mpu_port, 0,
-                               mpu_irq[n], IRQF_DISABLED, NULL);
+                               es1688->mpu_port, 0, mpu_irq[n], NULL);
                if (error < 0)
                        goto out;
        }