Re: [PATCH V2] drm/amd/pm: fix the compile warning

2022-04-26 Thread Alex Deucher
On Tue, Apr 26, 2022 at 5:47 AM Evan Quan wrote: > > Fix the compile warning below: > drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/kv_dpm.c:1641 > kv_get_acp_boot_level() warn: always true condition '(table->entries[i]->clk > >= 0) => (0-u32max >= 0)' > > Reported-by: kernel test robot > CC:

[PATCH V2] drm/amd/pm: fix the compile warning

2022-04-26 Thread Evan Quan
Fix the compile warning below: drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/kv_dpm.c:1641 kv_get_acp_boot_level() warn: always true condition '(table->entries[i]->clk >= 0) => (0-u32max >= 0)' Reported-by: kernel test robot CC: Alex Deucher Signed-off-by: Evan Quan Change-Id: