On Fri, 30 Sep 2022 16:49:36 +0200, Pierre Gondois wrote: > Currently, of_find_next_cache_node() and of_property_read_u32() > are called on objects after their refcount have been decremented. > Re-order the calls to decrement the refcount after the function > calls. > > Signed-off-by: Pierre Gondois <pierre.gondois@xxxxxxx> > --- > drivers/of/base.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Applied, thanks!