]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
Merge tag 'backlight-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_cs.c
index d9ae2cb86bc73e3b049bbde2e4d941d066f96609..b5c7669980458480f2ff167fd55521eb18a56852 100644 (file)
@@ -559,7 +559,7 @@ static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p,
                                        sizeof(struct page *),
                                        GFP_KERNEL | __GFP_ZERO);
                if (!e->user_pages) {
-                       DRM_ERROR("calloc failure\n");
+                       DRM_ERROR("kvmalloc_array failure\n");
                        return -ENOMEM;
                }
 
This page took 0.033584 seconds and 4 git commands to generate.