Re: [PATCH v3 04/14] irqchip/davinci-aintc: Fix potential resource leaks

2020-06-27 Thread Tiezhu Yang
On 06/24/2020 09:12 PM, Markus Elfring wrote: There exists potential resource leaks in the error path, fix them. Would you like to reconsider this change description? https://lore.kernel.org/linux-mips/be3acb13-2963-ddf1-a867-7e30fd23a...@loongson.cn/ https://lkml.org/lkml/2020/6/24/498 … +++

Re: [PATCH v3 04/14] irqchip/davinci-aintc: Fix potential resource leaks

2020-06-24 Thread Markus Elfring
> There exists potential resource leaks in the error path, fix them. Would you like to reconsider this change description? https://lore.kernel.org/linux-mips/be3acb13-2963-ddf1-a867-7e30fd23a...@loongson.cn/ https://lkml.org/lkml/2020/6/24/498 … > +++ b/drivers/irqchip/irq-davinci-aintc.c … > @@

[PATCH v3 04/14] irqchip/davinci-aintc: Fix potential resource leaks

2020-06-24 Thread Tiezhu Yang
There exists potential resource leaks in the error path, fix them. Fixes: 0145beed9d26 ("irqchip: davinci-aintc: move the driver to drivers/irqchip") Signed-off-by: Tiezhu Yang --- drivers/irqchip/irq-davinci-aintc.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff