diff options
author | Yangtao Li <tiny.windzz@gmail.com> | 2018-12-26 08:55:10 -0500 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-28 11:40:25 -0800 |
commit | 1731e14fb30212dd8c1e9f8fc1af061e56498c55 (patch) | |
tree | f2abb0c9a0e085a976f37c5f73b778a1e5722467 /scripts/bpf_helpers_doc.py | |
parent | c9ec1d8fef31b5fc9e90e99f9bd685db5caa7c5e (diff) |
clk: imx6sx: fix refcount leak in imx6sx_clocks_init()
The of_find_compatible_node() returns a node pointer with refcount
incremented, but there is the lack of use of the of_node_put() when
done. Add the missing of_node_put() to release the refcount.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Fixes: d55135689019 ("ARM: imx: add clock driver for imx6sx")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions