Re: [PATCH v3 1/1] clk: clk-qoriq: Replace of_node_put() with __free()

From: Stephen Boyd
Date: Wed Oct 09 2024 - 19:01:26 EST


Quoting David Hunter (2024-09-18 05:39:23)
> Use __free() to have automatic cleanup instead of calling of_node_put()
> manually.
>
> Compiled without errors or warnings.
>
> Signed-off-by: David Hunter <david.hunter.linux@xxxxxxxxx>
> ---

Applied to clk-next