mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
drm/amdgpu: silence invalid error message
Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com>
This commit is contained in:
parent
332300b97e
commit
68fdd3df79
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ error_unreserve:
|
||||||
error_free:
|
error_free:
|
||||||
drm_free_large(vm_bos);
|
drm_free_large(vm_bos);
|
||||||
|
|
||||||
if (r)
|
if (r && r != -ERESTARTSYS)
|
||||||
DRM_ERROR("Couldn't update BO_VA (%d)\n", r);
|
DRM_ERROR("Couldn't update BO_VA (%d)\n", r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue