diff options
author | Alex Hung <alex.hung@amd.com> | 2024-09-19 18:46:48 -0600 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-10-01 17:38:03 -0400 |
commit | e9fda5102120af10b1b6b7ecad6b6ad40de34a71 (patch) | |
tree | c7e544d03ca2cbe5aaf6d60d01bb8eb7a646b464 /drivers/gpu/drm/amd/amdgpu/amdgpu_seq64.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 <rodrigo.siqueira@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Fangzhi Zuo <jerry.zuo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_seq64.c')
0 files changed, 0 insertions, 0 deletions