drm/amdgpu: correct DRM_ERROR for kvmalloc_array
authorChen Li <chenli@uniontech.com>
Wed, 3 Mar 2021 03:54:56 +0000 (11:54 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Mar 2021 15:51:37 +0000 (10:51 -0500)
commit147ab7a187511a97d723cdec69b485e8aad237a5
tree91a355aea80bca81918d87c7230403d26287742f
parentb4d916ee0e947f727b48c5abfc1fa5aed3243763
drm/amdgpu: correct DRM_ERROR for kvmalloc_array

This may avoid debug confusion.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Chen Li <chenli@uniontech.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c