Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358490
b: refs/heads/master
c: 5e034f7
h: refs/heads/master
v: v3
  • Loading branch information
Shiraz Hashim authored and Vinod Koul committed Jan 8, 2013
1 parent 2035f90 commit ea4c30b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7c1119bdd650fa58dad8157bc75c5fcf6ed97843
refs/heads/master: 5e034f7b659be9d94e64aaaa985ab530dd847fdb
4 changes: 3 additions & 1 deletion trunk/drivers/dma/dmatest.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,9 @@ static int dmatest_func(void *data)
thread_name, total_tests, failed_tests, ret);

/* terminate all transfers on specified channels */
dmaengine_terminate_all(chan);
if (ret)
dmaengine_terminate_all(chan);

if (iterations > 0)
while (!kthread_should_stop()) {
DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wait_dmatest_exit);
Expand Down

0 comments on commit ea4c30b

Please sign in to comment.