Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309359
b: refs/heads/master
c: ace281e
h: refs/heads/master
i:
  309357: 7736608
  309355: e4b743a
  309351: ac488b7
  309343: 9c1a5e3
v: v3
  • Loading branch information
Dan Carpenter authored and Dave Airlie committed May 29, 2012
1 parent ba22a4a commit b30e1e1
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: c4c7f3149ba0b510047cb95d10f26ae1f6b89bc7
refs/heads/master: ace281e8ab62e026b95c413db5f3c6beed42b829
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/udl/udl_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ int udl_gem_mmap(struct drm_file *file, struct drm_device *dev,

ret = udl_gem_get_pages(gobj, GFP_KERNEL);
if (ret)
return ret;
goto out;
if (!gobj->base.map_list.map) {
ret = drm_gem_create_mmap_offset(obj);
if (ret)
Expand Down

0 comments on commit b30e1e1

Please sign in to comment.