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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2018 08:24:16 +0000 (09:24 +0100)
commita02eadf0639bb5e007e7e270385b97e9c0a4a944
tree92f2db9776fefe24e0610c8e11dbdb2d6775d61a
parent7fb7a5ab36922bec92072199cb5085ff04882ed2
drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type

commit d9997b64c52b70bd98c48f443f068253621d1ffc upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c