Files
linux/drivers/firmware/imx
Joe Hattori ea835113e5 firmware: imx-scu: fix OF node leak in .probe()
[ Upstream commit fbf10b86f6 ]

imx_scu_probe() calls of_parse_phandle_with_args(), but does not
release the OF node reference obtained by it. Add a of_node_put() call
after done with the node.

Fixes: f25a066d1a ("firmware: imx-scu: Support one TX and one RX")
Signed-off-by: Joe Hattori <joe@pf.is.s.u-tokyo.ac.jp>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-03-28 22:03:24 +01:00
..
2024-08-28 21:54:21 +01:00
2022-02-12 14:07:36 +08:00