Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198135
b: refs/heads/master
c: 9255f1d
h: refs/heads/master
i:
  198133: a325820
  198131: 346ff2d
  198127: 8469403
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Paul Mundt committed May 22, 2010
1 parent 7d97f52 commit fde4287
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a5c106a0e8fd03a806d0da77eef10b4045c43a6
refs/heads/master: 9255f1deec151ac0e84871d06bc27406cb81f26f
4 changes: 4 additions & 0 deletions trunk/drivers/dma/shdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,10 @@ static void sh_dmae_chan_ld_cleanup(struct sh_dmae_chan *sh_chan, bool all)
{
while (__ld_cleanup(sh_chan, all))
;

if (all)
/* Terminating - forgive uncompleted cookies */
sh_chan->completed_cookie = sh_chan->common.cookie;
}

static void sh_chan_xfer_ld_queue(struct sh_dmae_chan *sh_chan)
Expand Down

0 comments on commit fde4287

Please sign in to comment.