diff options
author | Alex Hung <[email protected]> | 2024-09-19 18:46:48 -0600 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-10-01 17:38:03 -0400 |
commit | e9fda5102120af10b1b6b7ecad6b6ad40de34a71 (patch) | |
tree | c7e544d03ca2cbe5aaf6d60d01bb8eb7a646b464 /drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | |
parent | 1a63bda8c9f5e17cd9eddcb981b0d8be554a82cb (diff) |
drm/amd/display: Removed unused assignments and variables
[WHAT]
A number of values are assigned to variables but the stored values are
not used afterwards.
[HOW]
The assignments are removed. If the variables are not used, they are
removed as well.
This fixes 9 UNUSED_VALUE issues reported by Coverity.
Reviewed-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Hung <[email protected]>
Signed-off-by: Fangzhi Zuo <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c')
0 files changed, 0 insertions, 0 deletions