Commit 7d8caa2c authored by Jean Tourrilhes's avatar Jean Tourrilhes Committed by Linus Torvalds

[IRDA]: via-ircc irq retval

<Patch from Stephen Hemminger>
o [CORRECT] Better handling of shared IRQs in via-ircc driver.
parent 7094c21b
......@@ -1394,7 +1394,7 @@ static irqreturn_t via_ircc_interrupt(int irq, void *dev_id,
} //Rx Event
spin_unlock(&self->lock);
return IRQ_HANDLED;
return IRQ_RETVAL(iHostIntType);
}
void hwreset(struct via_ircc_cb *self)
......
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