On Wed, Jul 30, 2025 at 09:38:02PM +0200, Christophe JAILLET wrote: > If an error occurs in the loop that creates the device adapters, then a > reference to 'dev' still needs to be released. > > Use for_each_child_of_node_scoped() to both fix the issue and save one line > of code. > > Fixes: d0f8e97866bf ("i2c: muxes: add support for tsd,mule-i2c multiplexer") > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Applied to for-next (for 6.17 mergewindow), thanks!