Re: [PATCH v3 03/14] irqchip/csky-mpintc: Fix potential resource leaks

2020-06-24 Thread Tiezhu Yang
On 06/24/2020 07:43 PM, Markus Elfring wrote: There exists potential resource leaks in the error path, fix them. I suggest to improve this change description. How do you think about another wording variant? Specific system resources were not released in a few error cases. Thus add jump

Re: [PATCH v3 03/14] irqchip/csky-mpintc: Fix potential resource leaks

2020-06-24 Thread Markus Elfring
> There exists potential resource leaks in the error path, fix them. I suggest to improve this change description. How do you think about another wording variant? Specific system resources were not released in a few error cases. Thus add jump targets for the completion of the desired except