Re: [PATCH v4 12/14] irqchip/riscv-intc: Fix potential resource leak

From: Markus Elfring
Date: Wed Jul 01 2020 - 05:31:18 EST


> In the function riscv_intc_init(), system resource "intc_domain"
> was not released in the error case, fix it.

Another small wording adjustment:
â in an error case. Thus add a call of the function âirq_domain_removeâ
in the if branch.

Regards,
Markus