Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275886
b: refs/heads/master
c: ff56b0b
h: refs/heads/master
v: v3
  • Loading branch information
Eric Anholt authored and Keith Packard committed Nov 1, 2011
1 parent d07ca54 commit 2f63084
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: 627f7675f0f530ea555d76543dc4e469d70a1532
refs/heads/master: ff56b0bc84c01fb2c5d2ec6438becfe0f5f2f78f
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 @@ -1396,7 +1396,7 @@ i915_gem_mmap_gtt(struct drm_file *file,

if (obj->base.size > dev_priv->mm.gtt_mappable_end) {
ret = -E2BIG;
goto unlock;
goto out;
}

if (obj->madv != I915_MADV_WILLNEED) {
Expand Down

0 comments on commit 2f63084

Please sign in to comment.