Quoting Miaoqian Lin (2022-05-23 08:28:11) > of_find_matching_node() 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: 37c26a906527 ("clk: tegra: add clock support for Tegra20") > Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx> > --- Applied to clk-next