Le 2 septembre 2025 05 h 44 min 52 s HAE, Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> a écrit : >On Mon, Sep 01, 2025 at 12:36:45PM -0400, Jean-François Lessard wrote: >> Replace the manual __free(fwnode_handle) iterator declaration with the >> new scoped iterator macro for cleaner, less error-prone code. >> >> This eliminates the need for explicit iterator variable declaration with >> the cleanup attribute, making the code more consistent with other scoped >> iterator usage patterns in the kernel. > >Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Acknowledged with thanks. Will add this tag in the next submission.