Re: [PATCH] soc: dove: pmu: fix device_node refcount leaks in dove_init_pmu()
Markus Elfring <[email protected]> Sun, 21 Jun 2026 21:20:05 +0200
| Newsgroups | org.kernel.vger.kernel-janitors,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
… > Release np_pmu on the two early error returns and via pmu->of_node on the > iomap-failure return, and release domains_node on every path once it is > no longer needed. … * Would you like to complete the exception handling by using another goto chain? * How do you think about to increase the application of scope-based resource management? Regards, Markus