drm/amdgpu: fix adev variable used in amdgpu_device_gpu_recover()
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Jun 2022 20:52:01 +0000 (16:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Jun 2022 22:17:24 +0000 (18:17 -0400)
commit163d4cd26a18db7db68a98b4d1ca95d542ca72af
treeeb1cf54c4f1289ab3f30b92b5709bb43969a107d
parentcb4b7a23ff85740ed9e0a3aa4c3c0195654a89d5
drm/amdgpu: fix adev variable used in amdgpu_device_gpu_recover()

Use the correct adev variable for the drm_fb_helper in
amdgpu_device_gpu_recover().  Noticed by inspection.

Fixes: 087451f372bf ("drm/amdgpu: use generic fb helpers instead of setting up AMD own's.")
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c