summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJoe Hattori <joe@pf.is.s.u-tokyo.ac.jp>2024-12-24 12:34:56 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-03-28 22:04:50 +0100
commit2ddaa8af96a1f666cbebf29871d6b0ea4b78d2c3 (patch)
treea29c4107cc546cc300f196175a91489beafcc8fe /arch
parent8a52bae81384647a92d12d75bbf1f9230e599000 (diff)
downloadlinux-2ddaa8af96a1f666cbebf29871d6b0ea4b78d2c3.tar.gz
linux-2ddaa8af96a1f666cbebf29871d6b0ea4b78d2c3.tar.bz2
linux-2ddaa8af96a1f666cbebf29871d6b0ea4b78d2c3.zip
firmware: imx-scu: fix OF node leak in .probe()
[ Upstream commit fbf10b86f6057cf79300720da4ea4b77e6708b0d ] 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: f25a066d1a07 ("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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions