mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.6 IrDA] w83977af_ir irq retval
@ 2004-02-10  1:14 Jean Tourrilhes
  0 siblings, 0 replies; only message in thread
From: Jean Tourrilhes @ 2004-02-10  1:14 UTC (permalink / raw)
  To: David S. Miller, Linux kernel mailing list

ir262_irq_retval_w83977af.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		<Patch from Stephen Hemminger>
	o [CORRECT] Better handling of shared IRQs in w83977af_ir driver.


diff -u -p linux/drivers/net/irda.d7/w83977af_ir.c linux/drivers/net/irda/w83977af_ir.c
--- linux/drivers/net/irda.d7/w83977af_ir.c	Wed Feb  4 11:55:57 2004
+++ linux/drivers/net/irda/w83977af_ir.c	Mon Feb  9 16:12:28 2004
@@ -1143,7 +1143,7 @@ static irqreturn_t w83977af_interrupt(in
 
 	outb(icr, iobase+ICR);    /* Restore (new) interrupts */
 	outb(set, iobase+SSR);    /* Restore bank register */
-	return IRQ_HANDLED;
+	return IRQ_RETVAL(isr);
 }
 
 /*

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-10  1:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-10  1:14 [PATCH 2.6 IrDA] w83977af_ir irq retval Jean Tourrilhes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®