6 Jun
2022
6 Jun
'22
5:24 a.m.
On Fri, Jun 03, 2022 at 05:10:43PM +0400, Miaoqian Lin wrote:
of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak.
Fixes: b6bc07d4360d ("ASoC: cros_ec_codec: support WoV") Signed-off-by: Miaoqian Lin linmq006@gmail.com
Reviewed-by: Tzung-Bi Shih tzungbi@kernel.org