drm/amdgpu: remove duplicate return statement
authorColin Ian King <colin.king@canonical.com>
Wed, 23 Aug 2017 13:17:40 +0000 (14:17 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 24 Aug 2017 18:27:44 +0000 (14:27 -0400)
commit403df1f66cc0457221f3be5c210f128ab87de547
tree5ec0ca75fc88d17f15d002e0871d54f5f2a82280
parenta1d6b1901a2154e9f44f39738491f0afc3f8608e
drm/amdgpu: remove duplicate return statement

Remove a redundant identical return statement, it has no use.

Detected by CoverityScan, CID#1454586 ("Structurally dead code")

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c