]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: simplify amdgpu_ucode_get_load_type()
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 24 May 2022 13:57:49 +0000 (09:57 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Jun 2022 15:40:37 +0000 (11:40 -0400)
commit72ce03cf0117b0a2d9c30ce151af1a9ecfc2d0a9
tree08e1fec7bf333b1be0fddaae69f233ce5638d3d0
parent381bb4a09ecbc4edf2f436a5537e98a92fcadccb
drm/amdgpu: simplify amdgpu_ucode_get_load_type()

This is the same as the default case, so drop the extra
logic.

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