summaryrefslogtreecommitdiff
path: root/torisa.c
diff options
context:
space:
mode:
Diffstat (limited to 'torisa.c')
-rw-r--r--torisa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/torisa.c b/torisa.c
index 155743f..7027407 100644
--- a/torisa.c
+++ b/torisa.c
@@ -1070,7 +1070,7 @@ static int __init tor_init(void)
printk(KERN_ERR "No ISA tormenta card found at %05lx\n", base);
return -EIO;
}
- if (request_irq(irq, torisa_intr, SA_INTERRUPT, "torisa", NULL)) {
+ if (request_irq(irq, torisa_intr, ZAP_IRQ_DISABLED, "torisa", NULL)) {
printk(KERN_ERR "Unable to request tormenta IRQ %d\n", irq);
return -EIO;
}