From 1653b9dd29b780476545f807d8ae52efcae02048 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 19 Jul 2007 02:05:03 +0000 Subject: update to 2.6.22 request_irq() flags git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2756 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- torisa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'torisa.c') 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; } -- cgit v1.2.3