]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/zalon.c
[SCSI] qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump.
[linux-2.6-omap-h63xx.git] / drivers / scsi / zalon.c
index a6cfbb3b361c8addafa373468828c698d4bedbcf..4b5f908d35c308c26f76afd8a7cbb0100dc2cce4 100644 (file)
@@ -136,7 +136,7 @@ zalon_probe(struct parisc_device *dev)
        if (!host)
                goto fail;
 
-       if (request_irq(dev->irq, ncr53c8xx_intr, SA_SHIRQ, "zalon", host)) {
+       if (request_irq(dev->irq, ncr53c8xx_intr, IRQF_SHARED, "zalon", host)) {
                printk(KERN_ERR "%s: irq problem with %d, detaching\n ",
                        dev->dev.bus_id, dev->irq);
                goto fail;