commit | c6cc75fec020eda0df04aff21f6cd6f4bfc1eea5 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Mar 17 12:01:43 2016 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Mar 31 10:22:53 2016 +0200 |
tree | e0fb9c37ec0aa1472786f64f47e1fca0f07935cd | |
parent | 63cc787e71ae12976b2116f09677d1f2805df83e [diff] |
gpio: xgene-sb: Use irq_domain_free_irqs_common() 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@ingics.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>