Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358557
b: refs/heads/master
c: 7dd1452
h: refs/heads/master
i:
  358555: ddaa300
v: v3
  • Loading branch information
Fabio Baltieri authored and Vinod Koul committed Feb 14, 2013
1 parent 3ffaad5 commit 377584a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e68b1130dfbb834a4a028df01133591aeb59d241
refs/heads/master: 7dd145252574e34d92ad574e5168e4115639c0be
6 changes: 3 additions & 3 deletions trunk/drivers/dma/ste_dma40.c
Original file line number Diff line number Diff line change
Expand Up @@ -1570,10 +1570,10 @@ static void dma_tc_handle(struct d40_chan *d40c)
d40c->busy = false;
pm_runtime_mark_last_busy(d40c->base->dev);
pm_runtime_put_autosuspend(d40c->base->dev);
}

d40_desc_remove(d40d);
d40_desc_done(d40c, d40d);
d40_desc_remove(d40d);
d40_desc_done(d40c, d40d);
}

d40c->pending_tx++;
tasklet_schedule(&d40c->tasklet);
Expand Down

0 comments on commit 377584a

Please sign in to comment.