Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132189
b: refs/heads/master
c: 0fce81e
h: refs/heads/master
i:
  132187: 6bd5d5f
v: v3
  • Loading branch information
Kyle McMartin authored and Eric Anholt committed Mar 10, 2009
1 parent 65c0020 commit 0fddd35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b70d11da61d751ad968c6f686d83ac1b0ae41466
refs/heads/master: 0fce81e3ccd093f4826de40fbd27fac9632f6170
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,7 @@ i915_gem_object_pin(struct drm_gem_object *obj, uint32_t alignment)
ret = i915_gem_object_bind_to_gtt(obj, alignment);
if (ret != 0) {
if (ret != -EBUSY && ret != -ERESTARTSYS)
DRM_ERROR("Failure to bind: %d", ret);
DRM_ERROR("Failure to bind: %d\n", ret);
return ret;
}
/*
Expand Down

0 comments on commit 0fddd35

Please sign in to comment.