Home
last modified time | relevance | path

Searched hist:"5 f8c183a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/imx/
H A Dclk-imx7d.c5f8c183a Wed Dec 26 07:57:16 CST 2018 Yangtao Li <tiny.windzz@gmail.com> clk: imx7d: fix refcount leak in imx7d_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: 8f6d8094b215 ("ARM: imx: add imx7d clk tree support")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
5f8c183a Wed Dec 26 07:57:16 CST 2018 Yangtao Li <tiny.windzz@gmail.com> clk: imx7d: fix refcount leak in imx7d_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: 8f6d8094b215 ("ARM: imx: add imx7d clk tree support")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>