Home
last modified time | relevance | path

Searched hist:a34840c4eb3278a7c29c9c57a65ce7541c66f9f2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/ti/
H A Dj721e-evm.cdiff a34840c4eb3278a7c29c9c57a65ce7541c66f9f2 Thu May 12 06:13:30 CDT 2022 Miaoqian Lin <linmq006@gmail.com> ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*

of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not needed anymore.
Add missing of_node_put() to avoid refcount leak.

Fixes: 6748d0559059 ("ASoC: ti: Add custom machine driver for j721e EVM (CPB and IVI)")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20220512111331.44774-1-linmq006@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>