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

2020-07-06 Thread Markus Elfring
> … Thus add jump targets for the completion of the desired > exception handling. By the way, do some coding-style cleanups > suggested by Markus. I propose to split these changes.

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

2020-07-05 Thread Tiezhu Yang
In the function csky_mpintc_init(), system resources "__trigger", "INTCG_base" and "root_domain" were not released in a few error cases. Thus add jump targets for the completion of the desired exception handling. By the way, do some coding-style cleanups suggested by Markus. Fixes: d8a5f5f79122