]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/initio.c
Merge branch 'merge'
[linux-2.6-omap-h63xx.git] / drivers / scsi / initio.c
index 43acb1fe90b48e167ee9e66ac5a992435ca7e5db..9e10dac61cfd2857dbd3560320f737694e9cafe8 100644 (file)
@@ -2867,7 +2867,7 @@ static int i91u_detect(struct scsi_host_template * tpnt)
                hreg->sg_tablesize = TOTAL_SG_ENTRY;    /* Maximun support is 32 */
 
                /* Initial tulip chip           */
-               ok = request_irq(pHCB->HCS_Intr, i91u_intr, SA_INTERRUPT | SA_SHIRQ, "i91u", hreg);
+               ok = request_irq(pHCB->HCS_Intr, i91u_intr, IRQF_DISABLED | IRQF_SHARED, "i91u", hreg);
                if (ok < 0) {
                        printk(KERN_WARNING "i91u: unable to request IRQ %d\n\n", pHCB->HCS_Intr);
                        return 0;