Hi, On Tue, May 24, 2022 at 09:25:48AM +0200, Linus Walleij wrote: > On Mon, May 23, 2022 at 4:10 PM Miaoqian Lin wrote: > > > of_find_matching_node_and_match() returns a node pointer with refcount > > incremented, we should use of_node_put() on it when not need anymore. > > Add missing of_node_put() to avoid refcount leak. > > > > Fixes: 0e545f57b708 ("power: reset: driver for the Versatile syscon reboot") > > Signed-off-by: Miaoqian Lin > > Reviewed-by: Linus Walleij Thanks, queued to power-supply's fixes branch. -- Sebastian