drm/amdgpu: add missing error handling
authorChristian König <christian.koenig@amd.com>
Wed, 26 Sep 2018 12:17:03 +0000 (14:17 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 3 Dec 2018 16:14:54 +0000 (11:14 -0500)
commit30da7bb18471327fbeddb976de2b21fd9e34c36a
tree3e98fd2c8bbc20f4277247015422e28e51b70803
parent1245adf31569e117d11b4ac5839e7b6c53d21186
drm/amdgpu: add missing error handling

We ignored the return code here.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c