[PATCH] irq-flags: scsi: Use the new IRQF_ constants
[deliverable/linux.git] / drivers / scsi / aacraid / sa.c
index 88d400fccc94eee64ee797f234b88f667b4934ad..cd586cc8f9bef7c21a6171541179d686a3320649 100644 (file)
@@ -327,7 +327,7 @@ int aac_sa_init(struct aac_dev *dev)
                msleep(1);
        }
 
-       if (request_irq(dev->scsi_host_ptr->irq, aac_sa_intr, SA_SHIRQ|SA_INTERRUPT, "aacraid", (void *)dev ) < 0) {
+       if (request_irq(dev->scsi_host_ptr->irq, aac_sa_intr, IRQF_SHARED|IRQF_DISABLED, "aacraid", (void *)dev ) < 0) {
                printk(KERN_WARNING "%s%d: Interrupt unavailable.\n", name, instance);
                goto error_iounmap;
        }
This page took 0.027092 seconds and 5 git commands to generate.