summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
diff options
context:
space:
mode:
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>2023-12-20 17:37:54 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-01-03 19:16:06 +0300
commit5ce9a6ad8ec48445ff6c999d064f7931f892bf2b (patch)
tree5e507a13d7c2f3b23067ae0164228582ab60311e /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
parentd95ad8fa96e14b7ce1ab740c53f10d7aff9f6660 (diff)
downloadlinux-5ce9a6ad8ec48445ff6c999d064f7931f892bf2b.tar.xz
drm/amdgpu: Drop redundant unsigned >=0 comparision 'amdgpu_gfx_rlc_init_microcode()'
unsigned int "version_minor" is always >= 0 Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c:534 amdgpu_gfx_rlc_init_microcode() warn: always true condition '(version_minor >= 0) => (0-u16max >= 0)' Cc: Christian König <christian.koenig@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions