linux-kernelorg-stable/drivers/pmdomain/imx
Miaoqian Lin bbde14682e pmdomain: imx: Fix reference count leak in imx_gpc_remove
of_get_child_by_name() returns a node pointer with refcount incremented, we
should use of_node_put() on it when not needed anymore. Add the missing
of_node_put() to avoid refcount leak.

Fixes: 721cabf6c6 ("soc: imx: move PGC handling to a new GPC driver")
Cc: stable@vger.kernel.org
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2025-11-04 17:29:00 +01:00
..
Kconfig
Makefile
gpc.c pmdomain: imx: Fix reference count leak in imx_gpc_remove 2025-11-04 17:29:00 +01:00
gpcv2.c
imx8m-blk-ctrl.c
imx8mp-blk-ctrl.c
imx93-blk-ctrl.c pmdomain: imx93-blk-ctrl: mask DSI and PXP PD domain register on i.MX91 2025-08-19 11:50:46 +02:00
imx93-pd.c
scu-pd.c