aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <[email protected]>2024-04-18 18:06:08 +0000
committerAlex Deucher <[email protected]>2024-04-23 16:08:30 +0000
commit6e042cee748fb353d510eec2938591a995db3401 (patch)
tree9bfb713a9e5dfffa497d95f554452bb33fbe17fb /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentdrm/amdgpu/mes11: print MES opcodes rather than numbers (diff)
downloadkernel-6e042cee748fb353d510eec2938591a995db3401.tar.gz
kernel-6e042cee748fb353d510eec2938591a995db3401.zip
drm/amdgpu/vcn: fix unitialized variable warnings
Avoid returning an uninitialized value if we never enter the loop. This case should never be hit in practice, but returning 0 doesn't hurt. The same fix is applied to the 4 places using the same pattern. v2: - fixed typos in commit message (Alex) - use "return 0;" before the done label instead of initializing r to 0 Signed-off-by: Pierre-Eric Pelloux-Prayer <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions