diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2024-04-18 20:06:08 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-04-23 12:08:30 -0400 |
commit | 6e042cee748fb353d510eec2938591a995db3401 (patch) | |
tree | 9bfb713a9e5dfffa497d95f554452bb33fbe17fb /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 3f0664110a40033785e7fed56ed2e4287b14c1f9 (diff) |
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