Re: [PATCH 2/2] gpio: xgene-sb: Use irq_domain_free_irqs_common instead of open coded

From: Linus Walleij
Date: Thu Mar 31 2016 - 04:22:32 EST


On Thu, Mar 17, 2016 at 5:01 AM, Axel Lin <axel.lin@xxxxxxxxxx> wrote:

> Current code calls irq_domain_alloc_irqs_parent() in .alloc,
> so it should call irq_domain_free_irqs_parent() accordingly in .free.
> Fix it by switching to use irq_domain_free_irqs_common() instead.
>
> Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx>

Patch applied with Marc's ACK.

Yours,
Linus Walleij