drm/amdkfd: Fix error handling in svm_range_add
authorFelix Kuehling <Felix.Kuehling@amd.com>
Wed, 8 Dec 2021 01:23:14 +0000 (20:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Dec 2021 21:32:35 +0000 (16:32 -0500)
commit726be40607264b180a2b336c81e1dcff941de618
treec91f0c97315996214020f9714eab1258e931c78d
parent0771c805918c56b335c8f726e147b19c4f78565b
drm/amdkfd: Fix error handling in svm_range_add

Add null-pointer check after the last svm_range_new call. This was
originally reported by Zhou Qingyang <zhou1615@umn.edu> based on a
static analyzer.

To avoid duplicating the unwinding code from svm_range_handle_overlap,
I merged the two functions into one.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Cc: Zhou Qingyang <zhou1615@umn.edu>
Reviewed-by: Philip Yang <Philip.Yang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_svm.c