Re: [PATCH] clk: s2mps11: Fix a resource leak in error handling paths in the probe function

From: Krzysztof Kozlowski
Date: Tue Dec 15 2020 - 04:28:02 EST


On Sat, Dec 12, 2020 at 01:28:18PM +0100, Christophe JAILLET wrote:
> Some resource should be released in the error handling path of the probe
> function, as already done in the remove function.
>
> The remove function was fixed in commit bf416bd45738 ("clk: s2mps11: Add
> missing of_node_put and of_clk_del_provider")
>
> Fixes: 7cc560dea415 ("clk: s2mps11: Add support for s2mps11")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> drivers/clk/clk-s2mps11.c | 1 +
> 1 file changed, 1 insertion(+)
>

Reviewed-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Best regards,
Krzysztof