android_kernel_samsung_a7y1.../drivers/clk/mvebu
Yangtao Li 9b84df9d3c clk: armada-xp: fix refcount leak in axp_clk_init()
[ Upstream commit db20a90a4b6745dad62753f8bd2f66afdd5abc84 ]

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>
Reviewed-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Fixes: 0a11a6ae9437 ("clk: mvebu: armada-xp: maintain clock init order")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-04-07 13:40:01 +02:00
..
armada-38x.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
armada-39x.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
armada-370.c clk: armada-370: fix refcount leak in a370_clk_init() 2020-04-07 13:39:57 +02:00
armada-375.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
armada-xp.c clk: armada-xp: fix refcount leak in axp_clk_init() 2020-04-07 13:40:01 +02:00
clk-corediv.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
clk-cpu.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
common.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
common.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
dove.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Kconfig A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
kirkwood.c clk: kirkwood: fix refcount leak in kirkwood_clk_init() 2020-04-07 13:39:59 +02:00
Makefile A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
orion.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30