[PATCH v2 03/10] cxl: Make IRQ release idempotent

2015-07-27 Thread Daniel Axtens
Check if an IRQ is mapped before releasing it. This will simplify future EEH code by allowing unconditional unmapping of IRQs. Signed-off-by: Daniel Axtens --- drivers/misc/cxl/irq.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/misc/cxl/irq.c b/drivers/misc/cxl/irq.c ind

Re: [PATCH v2 03/10] cxl: Make IRQ release idempotent

2015-08-10 Thread Cyril Bur
On Tue, 28 Jul 2015 15:28:36 +1000 Daniel Axtens wrote: > Check if an IRQ is mapped before releasing it. > > This will simplify future EEH code by allowing unconditional unmapping > of IRQs. > Acked-by: Cyril Bur > Signed-off-by: Daniel Axtens > --- > drivers/misc/cxl/irq.c | 9 + >