Beats me. Does this fix it up?
diff -puN sound/pci/emu10k1/irq.c~sound-irq-hack sound/pci/emu10k1/irq.c
--- 25/sound/pci/emu10k1/irq.c~sound-irq-hack Mon May 5 14:28:58 2003
+++ 25-akpm/sound/pci/emu10k1/irq.c Mon May 5 14:29:17 2003
@@ -147,5 +147,5 @@ irqreturn_t snd_emu10k1_interrupt(int ir
outl(IPR_FXDSP, emu->port + IPR);
}
}
- return IRQ_RETVAL(handled);
+ return IRQ_HANDLED;
}
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/