]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: imx: imx6q: Fix device node reference leak in of_assigned_ldb_sels()
authorFelix Gu <ustc.gu@gmail.com>
Tue, 3 Feb 2026 14:07:58 +0000 (22:07 +0800)
committerAbel Vesa <abel.vesa@oss.qualcomm.com>
Thu, 19 Mar 2026 14:15:32 +0000 (16:15 +0200)
commit9faf207208951460f3f7eefbc112246c8d28ff1b
tree5667f9230d6246266fa8bab979d9052e8f7de561
parent4b84d496c804b470124cd3a08e928df6801d8eae
clk: imx: imx6q: Fix device node reference leak in of_assigned_ldb_sels()

The function of_assigned_ldb_sels() calls of_parse_phandle_with_args()
but never calls of_node_put() to release the reference, causing a memory
leak.

Fix this by adding proper cleanup calls on all exit paths.

Fixes: 5d283b083800 ("clk: imx6: Fix procedure to switch the parent of LDB_DI_CLK")
Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Link: https://patch.msgid.link/20260203-clk-imx6q-v3-2-6cd2696bb371@gmail.com
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
drivers/clk/imx/clk-imx6q.c