Re: [PATCH] da8xx-cfgchip.c: replace of_node_put with __free improves cleanup

From: Stephen Boyd
Date: Mon Jul 29 2024 - 19:20:11 EST


Quoting David Hunter (2024-07-20 08:24:47)
> The use of the __free function allows the cleanup to be based on scope
> instead of on another function called later. This makes the cleanup
> automatic and less susceptible to errors later.
>
> This code was compiled without errors or warnings.
>
> Signed-off-by: David Hunter <david.hunter.linux@xxxxxxxxx>
> ---

Applied to clk-next