|
@@ -2971,7 +2971,7 @@ static int acornscsi_probe(struct expansion_card *ec, const struct ecard_id *id)
|
|
|
ec->irqaddr = ashost->fast + INT_REG;
|
|
|
ec->irqmask = 0x0a;
|
|
|
|
|
|
- ret = request_irq(host->irq, acornscsi_intr, IRQF_DISABLED, "acornscsi", ashost);
|
|
|
+ ret = request_irq(host->irq, acornscsi_intr, 0, "acornscsi", ashost);
|
|
|
if (ret) {
|
|
|
printk(KERN_CRIT "scsi%d: IRQ%d not free: %d\n",
|
|
|
host->host_no, ashost->scsi.irq, ret);
|