Interrupt handlers should return whether the interrupt
was for them or not, so that the irq subsystem can properly handle screaming shared interrupts. So change the irq handlers to return a "irqretval_t", which is either IRQ_HANDLED or IRQ_NONE.
Showing
Please register or sign in to comment