diff options
author | Liang He <windhl@126.com> | 2022-07-08 10:49:00 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-08-19 23:50:24 +0200 |
commit | 37c381b812dcbfde9c3f1f3d3e75fdfc1b40d5bc (patch) | |
tree | da6db710eea7c6ad39895eeb2aad25e6602d2ca1 /drivers/clk/sifive | |
parent | clk: at91: dt-compat: Hold reference returned by of_get_parent() (diff) | |
download | linux-37c381b812dcbfde9c3f1f3d3e75fdfc1b40d5bc.tar.xz linux-37c381b812dcbfde9c3f1f3d3e75fdfc1b40d5bc.zip |
clk: berlin: Add of_node_put() for of_get_parent()
In berlin2_clock_setup() and berlin2q_clock_setup(), we need to
call of_node_put() for the reference returned by of_get_parent()
which has increased the refcount. We should call *_put() in fail
path or when it is not used anymore.
Fixes: 26b3b6b959b2 ("clk: berlin: prepare simple-mfd conversion")
Signed-off-by: Liang He <windhl@126.com>
Link: https://lore.kernel.org/r/20220708084900.311684-1-windhl@126.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/sifive')
0 files changed, 0 insertions, 0 deletions