Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374621
b: refs/heads/master
c: 77101ce
h: refs/heads/master
i:
  374619: b272fdb
v: v3
  • Loading branch information
Andy Shevchenko authored and Vinod Koul committed Apr 15, 2013
1 parent ca55c34 commit 53385c0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9a37f644046c2f5b7889be642487e6f9dd58c5d7
refs/heads/master: 77101ce578bb365e44c2944d6c338c68206e6e10
3 changes: 2 additions & 1 deletion trunk/drivers/dma/dmatest.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ static int dmatest_func(void *data)
}
dma_async_issue_pending(chan);

wait_event_freezable_timeout(done_wait, done.done,
wait_event_freezable_timeout(done_wait,
done.done || kthread_should_stop(),
msecs_to_jiffies(timeout));

status = dma_async_is_tx_complete(chan, cookie, NULL, NULL);
Expand Down

0 comments on commit 53385c0

Please sign in to comment.