Re: [PATCH] clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()

From: Stephen Boyd
Date: Fri Dec 28 2018 - 14:35:12 EST


Quoting Yangtao Li (2018-12-26 05:32:15)
> 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@xxxxxxxxx>
> ---

Applied to clk-next