diff options
author | Liang He <windhl@126.com> | 2022-06-17 04:43:08 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-08-20 00:24:27 +0300 |
commit | 28a0b0984e76df8fd64b6850fa56cf5201e6e638 (patch) | |
tree | 39b112672e008e75e3e98617f35cc0934ebf87d5 /tools/perf/scripts/python | |
parent | 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff) | |
download | linux-28a0b0984e76df8fd64b6850fa56cf5201e6e638.tar.xz |
clk: nomadik: Add missing of_node_put()
In nomadik_src_init(), of_find_matching_node() will return a node
pointer with refcount incremented. We should use of_node_put() in
fail path or when it is not used anymore.
Signed-off-by: Liang He <windhl@126.com>
Link: https://lore.kernel.org/r/20220617014308.4001511-1-windhl@126.com
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions