]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitac9c22c1412bde209fe70db2e748da54ea672811
tree9c524befd7225c9556457a726e94071377dbaede
parenteee508310c65fb1743f78b4b41a38dfb9975e77c
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