diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-09-07 12:09:13 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-09-07 13:30:50 -0400 |
commit | f7ea304f198871559a3784772c12a111dfbaacc8 (patch) | |
tree | 753003b0b9c4a6d726f4920d7ca628f320c960f0 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
parent | a906331c452b41f94f2dedd6eaf415feed08a731 (diff) |
drm/radeon/ci_dpm: Remove redundant initialization of variables hi_sidd, lo_sidd
The variables hi_sidd and lo_sidd are being initialized with a values
that are never read, they are being updated later on. The assignments
are redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
0 files changed, 0 insertions, 0 deletions