<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 25-akpm/sound/pci/emu10k1/irq.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

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 Jun  2 14:34:21 2003
+++ 25-akpm/sound/pci/emu10k1/irq.c	Mon Jun  2 14:34:21 2003
@@ -154,5 +154,5 @@ irqreturn_t snd_emu10k1_interrupt(int ir
 		}
 		outl(orig_status, emu-&gt;port + IPR); /* ack */
 	}
-	return IRQ_RETVAL(handled);
+	return IRQ_HANDLED;
 }

_
</pre></body></html>