Commit f6488c29 authored by Jean Tourrilhes's avatar Jean Tourrilhes Committed by Linus Torvalds

[IRDA]: nsc-ircc irq retval

<Patch from Stephen Hemminger>
o [CORRECT] Better handling of shared IRQs in nsc-ircc driver.
parent 1335055d
......@@ -1949,7 +1949,7 @@ static irqreturn_t nsc_ircc_interrupt(int irq, void *dev_id,
outb(bsr, iobase+BSR); /* Restore bank register */
spin_unlock(&self->lock);
return IRQ_HANDLED;
return IRQ_RETVAL(eir);
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment