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

2022-04-25 Thread Alex Deucher
On Sun, Apr 24, 2022 at 10:25 PM 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] drm/amd/pm: fix the compile warning

2022-04-24 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: