summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c
diff options
context:
space:
mode:
authorDan Williams2010-03-04 05:22:21 +0100
committerDan Williams2010-03-04 05:22:21 +0100
commitdd58ffcf5a5352fc10820c8ffbcd5fed416a2c3a (patch)
treef36172b40f9f3fc2c646f70da40e01705399b6b8 /drivers/dma/dmatest.c
parentioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes (diff)
parentDMAENGINE: COH 901 318 lli sg offset fix (diff)
downloadkernel-qcow2-linux-dd58ffcf5a5352fc10820c8ffbcd5fed416a2c3a.tar.gz
kernel-qcow2-linux-dd58ffcf5a5352fc10820c8ffbcd5fed416a2c3a.tar.xz
kernel-qcow2-linux-dd58ffcf5a5352fc10820c8ffbcd5fed416a2c3a.zip
Merge branch 'coh' into dmaengine
Diffstat (limited to 'drivers/dma/dmatest.c')
-rw-r--r--drivers/dma/dmatest.c2
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);
}