* [PATCH] ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe
@ 2022-05-11 13:37 Miaoqian Lin
2022-05-12 14:12 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Miaoqian Lin @ 2022-05-11 13:37 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
NXP Linux Team, Miaoqian Lin, Jiasheng Jiang, alsa-devel,
linux-arm-kernel, linux-kernel
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>
---
sound/soc/mxs/mxs-saif.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c
index 879c1221a809..7afe1a1acc56 100644
--- a/sound/soc/mxs/mxs-saif.c
+++ b/sound/soc/mxs/mxs-saif.c
@@ -754,6 +754,7 @@ static int mxs_saif_probe(struct platform_device *pdev)
saif->master_id = saif->id;
} else {
ret = of_alias_get_id(master, "saif");
+ of_node_put(master);
if (ret < 0)
return ret;
else
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe
2022-05-11 13:37 [PATCH] ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe Miaoqian Lin
@ 2022-05-12 14:12 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2022-05-12 14:12 UTC (permalink / raw)
To: Fabio Estevam, alsa-devel, Takashi Iwai, Jaroslav Kysela,
linux-arm-kernel, jiasheng, kernel, linux-kernel, Liam Girdwood,
linux-imx, linmq006, shawnguo, Sascha Hauer
On Wed, 11 May 2022 17:37:22 +0400, Miaoqian Lin wrote:
> of_parse_phandle() returns a node pointer with refcount
> incremented, we should use of_node_put() on it when done.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe
commit: 2be84f73785fa9ed6443e3c5b158730266f1c2ee
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-12 14:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 13:37 [PATCH] ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe Miaoqian Lin
2022-05-12 14:12 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®