drm/amdkfd: Cleanup kfd_process if init_cwsr_apu fails
authorFelix Kuehling <Felix.Kuehling@amd.com>
Fri, 12 Feb 2021 06:37:52 +0000 (01:37 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Feb 2021 23:03:07 +0000 (18:03 -0500)
commit172e4ee233f322d6d38a438f9c1177c03f37b241
tree60d26f7dfdd485df5b0991a0e26acd0cf4b97209
parent3248b6d3cbcd7f7f9e7cd03feb90cee1b563172a
drm/amdkfd: Cleanup kfd_process if init_cwsr_apu fails

If init_cwsr_apu fails, we currently leave the kfd_process structure in
place anyway. The next kfd_open will then succeed, using the existing
kfd_process structure. Fix that by cleaning up the kfd_process after a
failure in init_cwsr_apu.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Philip Yang <philip.yang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_process.c