diff options
author | Dan Williams <dan.j.williams@intel.com> | 2010-03-04 05:22:21 +0100 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2010-03-04 05:22:21 +0100 |
commit | dd58ffcf5a5352fc10820c8ffbcd5fed416a2c3a (patch) | |
tree | f36172b40f9f3fc2c646f70da40e01705399b6b8 /drivers/dma/dmatest.c | |
parent | ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes (diff) | |
parent | DMAENGINE: COH 901 318 lli sg offset fix (diff) | |
download | linux-dd58ffcf5a5352fc10820c8ffbcd5fed416a2c3a.tar.xz linux-dd58ffcf5a5352fc10820c8ffbcd5fed416a2c3a.zip |
Merge branch 'coh' into dmaengine
Diffstat (limited to 'drivers/dma/dmatest.c')
-rw-r--r-- | drivers/dma/dmatest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c index 8e409fb50fc0..6fa55fe3dd24 100644 --- a/drivers/dma/dmatest.c +++ b/drivers/dma/dmatest.c @@ -467,7 +467,7 @@ err_srcs: 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); } |