Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289015
b: refs/heads/master
c: 37fe58b
h: refs/heads/master
i:
  289013: d97cc87
  289011: 64d3004
  289007: 513ba81
v: v3
  • Loading branch information
Thomas Meyer authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 4d3ee0f commit fdebf28
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: aa2f92ae6b986934ff220eda6b5c91f4ee294b35
refs/heads/master: 37fe58ba6832de1df88f3734d8e18f6da6a06971
2 changes: 1 addition & 1 deletion trunk/drivers/staging/omapdrm/omap_gem_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct page ** _drm_gem_get_pages(struct drm_gem_object *obj, gfp_t gfpmask)
page_cache_release(pages[i]);
}
drm_free_large(pages);
return ERR_PTR(PTR_ERR(p));
return ERR_CAST(p);
}

/**
Expand Down

0 comments on commit fdebf28

Please sign in to comment.