diff options
author | Liang He <windhl@126.com> | 2022-06-17 09:59:18 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-08-19 14:30:28 -0700 |
commit | 02bd544f98ae96e2f8fde759696f725f0966cce6 (patch) | |
tree | 519a58e8b0188628127ee4380412f31174fa680d /drivers/clk/st | |
parent | 89ab396d712f7c91fe94f55cff23460426f5fc81 (diff) |
clk: tegra: Add missing of_node_put()
In tegra124_132_clock_init_pre() and tegra30_clock_init(),
of_find_matching_node() will return a node pointer with
refcount incremented. We should use of_node_put() when it
is not used anymore.
Signed-off-by: Liang He <windhl@126.com>
Link: https://lore.kernel.org/r/20220617015918.4001865-1-windhl@126.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/st')
0 files changed, 0 insertions, 0 deletions