On Thu, Apr 11, 2024 at 5:06 PM Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > On Thu, Apr 11, 2024 at 5:04 PM Andy Shevchenko > <andy.shevchenko@xxxxxxxxx> wrote: > > On Thu, Apr 11, 2024 at 12:06 PM Charles Keepax > > <ckeepax@xxxxxxxxxxxxxxxxxxxxx> wrote: ... > > > + fwnode_handle_put(child_fwnode); > > And still this leftover... > > > > + if (!ret) > > > + return !!val; To be precise it has to be refactored like if (ret) continue; put() return ...; -- With Best Regards, Andy Shevchenko