Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324490
b: refs/heads/master
c: d7de993
h: refs/heads/master
v: v3
  • Loading branch information
Andy Gross authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent 1b1eb0b commit f9dce11
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: fd025b8fd819751496e53acdc22a5d3c9b7bfe2d
refs/heads/master: d7de993503aa23f34d58b7945cf00ad9a9486bda
4 changes: 2 additions & 2 deletions trunk/drivers/staging/omapdrm/omap_dmm_tiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int wait_status(struct refill_engine *engine, uint32_t wait_mask)
return 0;
}

irqreturn_t omap_dmm_irq_handler(int irq, void *arg)
static irqreturn_t omap_dmm_irq_handler(int irq, void *arg)
{
struct dmm *dmm = arg;
uint32_t status = readl(dmm->base + DMM_PAT_IRQSTATUS);
Expand Down Expand Up @@ -367,7 +367,7 @@ struct tiler_block *tiler_reserve_1d(size_t size)
int num_pages = (size + PAGE_SIZE - 1) >> PAGE_SHIFT;

if (!block)
return 0;
return ERR_PTR(-ENOMEM);

block->fmt = TILFMT_PAGE;

Expand Down

0 comments on commit f9dce11

Please sign in to comment.