Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275250
b: refs/heads/master
c: 14660cc
h: refs/heads/master
v: v3
  • Loading branch information
Eric Anholt authored and Dave Airlie committed Nov 8, 2011
1 parent f755509 commit 92c3806
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: a08185a3eb658854b29c05bcbfac0f85038ffe9f
refs/heads/master: 14660ccd599dc7bd6ecef17408bd76dc853f9b77
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 92c3806

Please sign in to comment.