OSDN Git Service

drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Aug 2018 19:16:23 +0000 (14:16 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Aug 2018 17:41:51 +0000 (12:41 -0500)
commitd9997b64c52b70bd98c48f443f068253621d1ffc
tree3ac895caac95f8711ac9a527fabbee858e604fe4
parent2690262ec9fea3aa364ca9cd31981d7fe3888a5b
drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type

This caused a confusing error message, but there is functionally
no problem since the default method is DIRECT.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c