1
0
Fork 0

drm/amdgpu: silence invalid error message

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
hifive-unleashed-5.1
Christian König 2015-06-16 14:50:02 +02:00 committed by Alex Deucher
parent 332300b97e
commit 68fdd3df79
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ error_unreserve:
error_free:
drm_free_large(vm_bos);
if (r)
if (r && r != -ERESTARTSYS)
DRM_ERROR("Couldn't update BO_VA (%d)\n", r);
}