Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337969
b: refs/heads/master
c: 4a19313
h: refs/heads/master
i:
  337967: 484dcc3
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 15, 2012
1 parent 8c5f8d9 commit ea347c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b1ca079e7eb6ca862247fe694f320367bd962a24
refs/heads/master: 4a19313c9d09967db35833982de2c6565ee5e7e9
4 changes: 2 additions & 2 deletions trunk/drivers/staging/omapdrm/omap_gem_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ struct page **_drm_gem_get_pages(struct drm_gem_object *obj, gfp_t gfpmask)
return pages;

fail:
while (i--) {
while (i--)
page_cache_release(pages[i]);
}

drm_free_large(pages);
return ERR_CAST(p);
}
Expand Down

0 comments on commit ea347c4

Please sign in to comment.