Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180467
b: refs/heads/master
c: b953df7
h: refs/heads/master
i:
  180465: a2541be
  180463: 9b76aaf
v: v3
  • Loading branch information
Yong Zhang authored and Dan Williams committed Feb 5, 2010
1 parent 80f5624 commit a700146
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7e55a70c5b9a57c12f49c44b0847c9343d4f54e4
refs/heads/master: b953df7c70740cd7593072ebec77a8f658505630
2 changes: 1 addition & 1 deletion trunk/drivers/dma/dmatest.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ static int dmatest_func(void *data)

if (iterations > 0)
while (!kthread_should_stop()) {
DECLARE_WAIT_QUEUE_HEAD(wait_dmatest_exit);
DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wait_dmatest_exit);
interruptible_sleep_on(&wait_dmatest_exit);
}

Expand Down

0 comments on commit a700146

Please sign in to comment.