Re: [PATCH v3 18/19] irqchip/mvebu-odmi: Use irq_domain_create_hierarchy()

From: Philippe Mathieu-Daudé
Date: Mon Dec 12 2022 - 17:37:35 EST


On 9/12/22 15:01, Johan Hovold wrote:
Use the irq_domain_create_hierarchy() helper to create the hierarchical
domain, which both serves as documentation and avoids poking at
irqdomain internals.

Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
---
drivers/irqchip/irq-mvebu-odmi.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>