mg_disk: remove deprecated IRQF_DISABLED
[firefly-linux-kernel-4.4.55.git] / drivers / block / mg_disk.c
index 77a60bedd7a3216d1a10c7b8e37ca2d35ff22bf8..7bc363f1ee82241227452594a78a1e7c5c2d3eca 100644 (file)
@@ -936,7 +936,7 @@ static int mg_probe(struct platform_device *plat_dev)
                        goto probe_err_3b;
                }
                err = request_irq(host->irq, mg_irq,
-                               IRQF_DISABLED | IRQF_TRIGGER_RISING,
+                               IRQF_TRIGGER_RISING,
                                MG_DEV_NAME, host);
                if (err) {
                        printk(KERN_ERR "%s:%d fail (request_irq err=%d)\n",