]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*
authorMiaoqian Lin <linmq006@gmail.com>
Thu, 12 May 2022 11:13:30 +0000 (15:13 +0400)
committerMark Brown <broonie@kernel.org>
Mon, 16 May 2022 11:58:38 +0000 (12:58 +0100)
commit0eb0335e90dd1366e6a4a4eaf6c4863813886ccf
treeb9ea8fd2a120d86f06a5b49b7519f737e40e3165
parent2a59c2e0380d58f08ba40499b0750f4790a798f4
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: e7e57764f5db ("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>
sound/soc/ti/j721e-evm.c