Re: [PATCH] drm/amd/powerplay: suppress the kernel test robot warning

2020-08-13 Thread Alex Deucher
On Fri, Aug 14, 2020 at 12:22 AM Evan Quan wrote: > > Suppress the warning below: >In file included from drivers/gpu/drm/amd/amdgpu/../powerplay/smu_cmn.c: > >> drivers/gpu/drm/amd/powerplay/smu_cmn.c:485:9: warning: Identical > >> condition 'ret', second condition is always false > >> [iden

[PATCH] drm/amd/powerplay: suppress the kernel test robot warning

2020-08-13 Thread Evan Quan
Suppress the warning below: In file included from drivers/gpu/drm/amd/amdgpu/../powerplay/smu_cmn.c: >> drivers/gpu/drm/amd/powerplay/smu_cmn.c:485:9: warning: Identical condition >> 'ret', second condition is always false [identicalConditionAfterEarlyExit] return ret; ^ drive