From: mziya Date: Wed, 19 Jan 2022 05:01:11 +0000 (+0800) Subject: drm/amdgpu: remove unused variable X-Git-Tag: v6.1-rc5~1719^2~22^2~251 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33cd016e600ac3417aff7c85f59b9a4b70a947e9;p=platform%2Fkernel%2Flinux-starfive.git drm/amdgpu: remove unused variable Remove set but unused variable. warning: variable 'umc_reg_offset' set but not used Signed-off-by: mziya Reported-by: kernel test robot Reviewed-by: Hawking Zhang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c b/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c index 291b37f..05f79ee 100644 --- a/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c +++ b/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c @@ -94,16 +94,12 @@ static void umc_v8_7_ecc_info_query_ras_error_count(struct amdgpu_device *adev, uint32_t umc_inst = 0; uint32_t ch_inst = 0; - uint32_t umc_reg_offset = 0; uint32_t channel_index = 0; /* TODO: driver needs to toggle DF Cstate to ensure * safe access of UMC registers. Will add the protection */ LOOP_UMC_INST_AND_CH(umc_inst, ch_inst) { - umc_reg_offset = get_umc_v8_7_reg_offset(adev, - umc_inst, - ch_inst); channel_index = get_umc_v8_7_channel_index(adev, umc_inst, ch_inst);