Files
linux/drivers/clk/imx
Yangtao Li 98a2fd03fa clk: vf610: fix refcount leak in vf610_clocks_init()
[ Upstream commit 567177024e ]

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: 1f2c5fd5f0 ("ARM: imx: add VF610 clock support")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-15 16:43:07 +09:00
..
2015-07-20 10:52:49 -07:00
2015-07-20 10:52:49 -07:00
2016-08-19 12:53:41 -07:00
2015-07-14 15:02:13 +08:00