On Sun, Aug 4, 2019 at 5:28 PM Nishka Dasgupta <nishkadg.linux@xxxxxxxxx> wrote: > Each iteration of for_each_compatible_node puts the previous node, but in > the case of a return from the middle of the loop, there is no put, thus > causing a memory leak. Hence add an of_node_put before the return in two > places. > Issue found with Coccinelle. > > Signed-off-by: Nishka Dasgupta <nishkadg.linux@xxxxxxxxx> Patch applied! Yours, Linus Walleij