drm/amdkfd: remove logically dead code
authorJesse Zhang <jesse.zhang@amd.com>
Thu, 30 May 2024 06:07:30 +0000 (14:07 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Jun 2024 15:25:14 +0000 (11:25 -0400)
commit7f7f43f28eb325c4ed8ed3f0534cdb00c9831e0d
treece53e6f887f56e2e567f2294bddfe4a24e9a3802
parentc8ad1bbbc2751063c7a5825911e58996ef849628
drm/amdkfd: remove logically dead code

idr_for_each_entry can ensure that mem is not empty during the loop.
So don't need check mem again.

Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c