summaryrefslogtreecommitdiffstats
path: root/sys/dev/ioat/ioat_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ioat/ioat_test.c')
-rw-r--r--sys/dev/ioat/ioat_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ioat/ioat_test.c b/sys/dev/ioat/ioat_test.c
index ee014c0..7fecd48 100644
--- a/sys/dev/ioat/ioat_test.c
+++ b/sys/dev/ioat/ioat_test.c
@@ -388,7 +388,7 @@ ioat_dma_test(void *arg)
return;
}
- dmaengine = ioat_get_dmaengine(test->channel_index);
+ dmaengine = ioat_get_dmaengine(test->channel_index, M_NOWAIT);
if (dmaengine == NULL) {
ioat_test_log(0, "Couldn't acquire dmaengine\n");
test->status[IOAT_TEST_NO_DMA_ENGINE]++;
OpenPOWER on IntegriCloud