Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68fdd3df authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/amdgpu: silence invalid error message

parent 332300b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}