]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: drop redundant check of harvest info
authorGuchun Chen <guchun.chen@amd.com>
Wed, 16 Mar 2022 06:51:31 +0000 (14:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 25 Mar 2022 16:40:26 +0000 (12:40 -0400)
commit04b379ccc1c6541c0597fa7b432025bb46ca994f
tree039ab2d5aa2e6d59f696bc52cc84d83f27397ac7
parent25b0b3fdf42812ab26dad89c7e3c21d22060fc05
drm/amdgpu: drop redundant check of harvest info

Harvest bit setting in IP data structure promises this,
so no need to set it explicitly.

Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c