On Fri, 15 Oct 2021 04:26:58 -0400, Wan Jiabing wrote: > Fix following coccicheck warning: > ./drivers/of/unittest.c:3091:1-23: WARNING: Function > for_each_child_of_node should have of_node_put() before return > > Early exits from for_each_child_of_node should decrement the > node reference counter. > > Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx> > --- > drivers/of/unittest.c | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks!