aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorJavier Carrasco <[email protected]>2024-10-11 19:21:51 +0000
committerChun-Kuang Hu <[email protected]>2024-11-04 12:20:29 +0000
commitf708e8b4cfd16e5c8cd8d7fcfcb2fb2c6ed93af3 (patch)
tree65adccdf4b18f4441455010296bffb7c39d8f0ba /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parentdrm/mediatek: Implement OF graphs support for display paths (diff)
downloadkernel-f708e8b4cfd16e5c8cd8d7fcfcb2fb2c6ed93af3.tar.gz
kernel-f708e8b4cfd16e5c8cd8d7fcfcb2fb2c6ed93af3.zip
drm/mediatek: Fix child node refcount handling in early exit
Early exits (goto, break, return) from for_each_child_of_node() required an explicit call to of_node_put(), which was not introduced with the break if cnt == MAX_CRTC. Add the missing of_node_put() before the break. Cc: [email protected] Fixes: d761b9450e31 ("drm/mediatek: Add cnt checking for coverity issue") Signed-off-by: Javier Carrasco <[email protected]> Reviewed-by: CK Hu <[email protected]> Reviewed-by: Chen-Yu Tsai <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://patchwork.kernel.org/project/dri-devel/patch/[email protected]/ Signed-off-by: Chun-Kuang Hu <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions