Re: [PATCH] drivers: soc: bcm: brcmstb: Add missing of_node_put() in biuctrl.c

From: Florian Fainelli
Date: Fri Jun 17 2022 - 17:55:29 EST


On 6/15/22 07:02, Liang He wrote:
In brcmstb_biuctrl_init(), of_find_compatible_node() will return a
node pointer with refcount incremented. We should use of_node_put()
in each fail path or when it is not used anymore.

Signed-off-by: Liang He <windhl@xxxxxxx>

Applied, thanks!
--
Florian