Re: [PATCH v4 4/4] mfd: arizona: Correctly clean up after IRQs

2016-12-09 Thread Lee Jones
On Tue, 22 Nov 2016, Charles Keepax wrote: > Currently we leak a lot of things when tearing down the IRQs this patch > fixes this cleaning up both the IRQ mappings and the IRQ domain itself. > > Signed-off-by: Charles Keepax > --- > > Changes since v3: > - Just included the other patches in th

[PATCH v4 4/4] mfd: arizona: Correctly clean up after IRQs

2016-11-22 Thread Charles Keepax
Currently we leak a lot of things when tearing down the IRQs this patch fixes this cleaning up both the IRQ mappings and the IRQ domain itself. Signed-off-by: Charles Keepax --- Changes since v3: - Just included the other patches in the chain. Thanks Charles drivers/mfd/arizona-irq.c | 59 ++