[PATCH v2] ASoC: simple-card.c: add missing of_node_put()
It is missing of_node_put() for platform. This patch fixup it.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com --- sound/soc/generic/simple-card.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c index fcd6c44f89f6..6f044cc8357e 100644 --- a/sound/soc/generic/simple-card.c +++ b/sound/soc/generic/simple-card.c @@ -422,6 +422,7 @@ static int __simple_for_each_link(struct asoc_simple_priv *priv, }
of_node_put(codec); + of_node_put(plat); node = of_get_next_child(top, node); } while (!is_top && node);
On Thu, 23 Mar 2023 22:56:08 +0000, Kuninori Morimoto wrote:
It is missing of_node_put() for platform. This patch fixup it.
Applied to
broonie/sound.git for-next
Thanks!
[1/1] ASoC: simple-card.c: add missing of_node_put() commit: 92405802a7d6aa1953915af869192296d1792d18
All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying to this mail.
Thanks, Mark
participants (2)
-
Kuninori Morimoto
-
Mark Brown