drm/mediatek: Switch to for_each_child_of_node_scoped()
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Fri, 11 Oct 2024 19:21:52 +0000 (21:21 +0200)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 4 Nov 2024 12:23:15 +0000 (12:23 +0000)
commitfd620fc25d88a1e490eaa9f72bc31962be1b4741
tree53d7462620988ee29171d4a69d87eb56c758853a
parentf708e8b4cfd16e5c8cd8d7fcfcb2fb2c6ed93af3
drm/mediatek: Switch to for_each_child_of_node_scoped()

Introduce the scoped variant of the loop to automatically release the
child node when it goes out of scope, which is more robust than the
non-scoped variant, and accounts for new early exits that could be added
in the future.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: CK Hu <ck.hu@mediatek.com>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://patchwork.kernel.org/project/dri-devel/patch/20241011-mtk_drm_drv_memleak-v1-2-2b40c74c8d75@gmail.com/
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_drm_drv.c