Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337986
b: refs/heads/master
c: 295c799
h: refs/heads/master
v: v3
  • Loading branch information
Andy Gross authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent e05def4 commit 2d93c35
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: 9d36976fad3008fcc4209789566f7f3e7763f212
refs/heads/master: 295c799ae45b3678d9b8d3e845635ed07ce3b66a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/omapdrm/omap_dmm_tiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static int fill(struct tcm_area *area, struct page **pages,

txn = dmm_txn_init(omap_dmm, area->tcm);
if (IS_ERR_OR_NULL(txn))
return PTR_ERR(-ENOMEM);
return -ENOMEM;

tcm_for_each_slice(slice, *area, area_s) {
struct pat_area p_area = {
Expand Down

0 comments on commit 2d93c35

Please sign in to comment.