]> 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)
commit09b33efaeb877e6be819c4384c2c69963bade803
tree08e1fec7bf333b1be0fddaae69f233ce5638d3d0
parenta50603d633e7bd1d27d4d156dcee25f6196adb9f
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