Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322843
b: refs/heads/master
c: 4fbd9a4
h: refs/heads/master
i:
  322841: 9240db6
  322839: 9b6c6a8
v: v3
  • Loading branch information
Thomas Meyer authored and Inki Dae committed Sep 13, 2012
1 parent c412dc3 commit b8bf91b
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: b767593349c92049dcea4a8ce5c534c4a470099b
refs/heads/master: 4fbd9a4539e4eda1e9588509eb31e9dc38ffd653
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct page **exynos_gem_get_pages(struct drm_gem_object *obj,
__free_page(pages[i]);

drm_free_large(pages);
return ERR_PTR(PTR_ERR(p));
return ERR_CAST(p);
}

static void exynos_gem_put_pages(struct drm_gem_object *obj,
Expand Down

0 comments on commit b8bf91b

Please sign in to comment.