]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: audio-graph-card: Add of_node_put() in fail path
authorLiang He <windhl@126.com>
Thu, 21 Jul 2022 14:43:08 +0000 (22:43 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:18:05 +0000 (11:18 +0200)
commit650516d3838ae9b9d8f3a5a2e335f5648c6a5a24
treec1a40beae261e9305d338e51b0e4d5125926d0a8
parentf5fe7298ba3fa224cb333bc3e56bc8d1b419eb9b
ASoC: audio-graph-card: Add of_node_put() in fail path

[ Upstream commit 86ae8e1dd7d84136d089757599eb64f66df4b5cc ]

In asoc_simple_parse_dai(), we should call of_node_put() for the
reference returned by of_graph_get_port_parent() in fail path.

Fixes: 8b5df68d7fd8 ("ASoC: simple-card-utils: add asoc_simple_card_parse_dai()")
Signed-off-by: Liang He <windhl@126.com>
Link: https://lore.kernel.org/r/20220721144308.1301587-1-windhl@126.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/generic/audio-graph-card.c