Home
last modified time | relevance | path

Searched hist:"2 be84f73" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/mxs/
H A Dmxs-saif.c2be84f73 Wed May 11 08:37:22 CDT 2022 Miaoqian Lin <linmq006@gmail.com> ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe

of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when done.

Fixes: 08641c7c74dd ("ASoC: mxs: add device tree support for mxs-saif")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20220511133725.39039-1-linmq006@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>