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>
Tue, 29 Aug 2017 19:27:49 +0000 (15:27 -0400)
commitfd4b5f54e1afae4717ed716c8fdd72cb531f808b
tree9c524befd7225c9556457a726e94071377dbaede
parent06f10a537ec1d5fe68dc889a9a5d11afa49e6e0d
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