X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fdrivers%2Fmtpav.c;h=e064d6c5685bcf4939422798989caf7b0e00a94d;hb=e8d596972221aea55ae7f5c2bb7d5895039f664d;hp=474eed06e70f731768432b9959082eb1f213f9b2;hpb=6c763eb9ead86c612492b59287b36c0dcf7d09b1;p=linux-2.6 diff --git a/sound/drivers/mtpav.c b/sound/drivers/mtpav.c index 474eed06e7..e064d6c568 100644 --- a/sound/drivers/mtpav.c +++ b/sound/drivers/mtpav.c @@ -590,7 +590,7 @@ static int __init snd_mtpav_get_ISA(struct mtpav * mcard) return -EBUSY; } mcard->port = port; - if (request_irq(irq, snd_mtpav_irqh, SA_INTERRUPT, "MOTU MTPAV", mcard)) { + if (request_irq(irq, snd_mtpav_irqh, IRQF_DISABLED, "MOTU MTPAV", mcard)) { snd_printk("MTVAP IRQ %d busy\n", irq); return -EBUSY; }