Re: [PATCH 2/2] powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt handler
From: Jeremy Kerr <jk@ozlabs.org>
Date: 2017-02-15 03:18:11
From: Jeremy Kerr <jk@ozlabs.org>
Date: 2017-02-15 03:18:11
Hi Mukesh,
Converts all the return explicit number to a more proper IRQ_HANDLED, which looks proper incase of interrupt handler returning case.
This looks good to me, but can you describe the effects of those changes to the interrupt handler's return code? ie, what happened in the erroneous case where we returned 0 (== IRQ_NONE) - does this fix a user-visible issue? Cheers, Jeremy