Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337892
b: refs/heads/master
c: 743815a
h: refs/heads/master
v: v3
  • Loading branch information
Andy Gross authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 8328469 commit 2fd9986
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: be3c5126b553cc807d112a5010a10f8e5bee5427
refs/heads/master: 743815ae1bbd2790321a3ab1f23abb82c1fdd45b
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(txn);
return PTR_ERR(-ENOMEM);

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

0 comments on commit 2fd9986

Please sign in to comment.