android_kernel_samsung_a7y1.../drivers/clk/samsung
Yangtao Li 28e2b12682 clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()
[ Upstream commit cee82eb9532090cd1dc953e845d71f9b1445c84e ]

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: e062b571777f ("clk: exynos4: register clocks using common clock framework")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-04-07 13:39:48 +02:00
..
clk-cpu.c
clk-cpu.h
clk-emulator8895.c
clk-exynos-audss.c
clk-exynos-clkout.c
clk-exynos-pwm.c
clk-exynos4.c clk: samsung: exynos4: fix refcount leak in exynos4_get_xom() 2020-04-07 13:39:48 +02:00
clk-exynos7.c
clk-exynos3250.c
clk-exynos4415.c
clk-exynos5250.c
clk-exynos5260.c
clk-exynos5260.h
clk-exynos5410.c
clk-exynos5420.c
clk-exynos5433.c
clk-exynos5440.c
clk-exynos7872.c
clk-exynos7885.c
clk-exynos8890.c
clk-exynos8895.c
clk-pll.c
clk-pll.h
clk-s3c64xx.c
clk-s3c2410-dclk.c
clk-s3c2410.c
clk-s3c2412.c
clk-s3c2443.c
clk-s5pv210-audss.c
clk-s5pv210.c
clk.c
clk.h
composite.c
composite.h
Kconfig
Makefile