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)
commitc4d7738c9efc81a4f0364da1e673ab1b1cf91735
tree08e1fec7bf333b1be0fddaae69f233ce5638d3d0
parent284498206f31e655fb61b1e08d0506dccbffe55f
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