Re: [RESEND PATCH] nvmem: core: add a missing of_node_put

From: Greg KH
Date: Fri Jun 11 2021 - 06:34:59 EST


On Fri, Jun 11, 2021 at 11:23:21AM +0100, Srinivas Kandagatla wrote:
> From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
>
> 'for_each_child_of_node' performs an of_node_get on each iteration, so a
> return from the middle of the loop requires an of_node_put.
>
> Fixes: e888d445ac33 ("nvmem: resolve cells from DT at registration time")
> Cc: <stable@xxxxxxxxxxxxxxx>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
> ---
> Hi Greg,
>
> Resending just this one with cc stable as rest of nvmem series are already applied.

Thanks, now applied.

greg k-h