mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
36e255dd8f
Even though 'smu8_smu' is declared, it is not used after below statement. smu8_smu = hwmgr->smu_backend; So 'unused variable' could be safely removed to stop warning message as below: drivers/gpu/drm/amd/amdgpu/../powerplay/smumgr/smu8_smumgr.c:180:22: warning: variable ‘smu8_smu’ set but not used [-Wunused-but-set-variable] struct smu8_smumgr *smu8_smu; ^ Signed-off-by: Austin Kim <austindh.kim@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |
||
---|---|---|
.. | ||
hwmgr | ||
inc | ||
smumgr | ||
amd_powerplay.c | ||
amdgpu_smu.c | ||
arcturus_ppt.c | ||
arcturus_ppt.h | ||
Makefile | ||
navi10_ppt.c | ||
navi10_ppt.h | ||
renoir_ppt.c | ||
renoir_ppt.h | ||
smu_v11_0.c | ||
smu_v12_0.c | ||
vega20_ppt.c | ||
vega20_ppt.h |