]> Git Repo - linux.git/commit
drm/amdgpu: suppress the compile warning about 64 bit type
authorEvan Quan <[email protected]>
Mon, 30 May 2022 06:58:08 +0000 (14:58 +0800)
committerAlex Deucher <[email protected]>
Fri, 3 Jun 2022 20:43:36 +0000 (16:43 -0400)
commit12d6c18cfa708e954a7de27dd76cf45054c8855a
treee7fa8f5be0438073c7d2721ca9daf60020e612b4
parent4513edf74cc82c15bc1cefc2ab62ff25fe67028e
drm/amdgpu: suppress the compile warning about 64 bit type

Suppress the compile warning below:
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1292
gfx_v11_0_rlc_backdoor_autoload_copy_ucode() warn: should '1 << id' be a 64 bit type?

Reported-by: kernel test robot <[email protected]>
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Evan Quan <[email protected]>
Reviewed-by: Guchun Chen <[email protected]>
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
This page took 0.056346 seconds and 4 git commands to generate.