[SCSI] remove deprecated IRQF_DISABLED from SCSI
[deliverable/linux.git] / drivers / scsi / arm / cumana_1.c
index b679778376c5f62c6d3a2a83c01beb468fa1a849..f8e0609000521fd734958538369bce29a7c1f913 100644 (file)
@@ -262,7 +262,7 @@ static int cumanascsi1_probe(struct expansion_card *ec,
                goto out_unmap;
        }
 
-       ret = request_irq(host->irq, cumanascsi_intr, IRQF_DISABLED,
+       ret = request_irq(host->irq, cumanascsi_intr, 0,
                          "CumanaSCSI-1", host);
        if (ret) {
                printk("scsi%d: IRQ%d not free: %d\n",
This page took 0.02439 seconds and 5 git commands to generate.