aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2017-11-14 00:02:36 -0500
committerVinod Koul <vinod.koul@intel.com>2017-11-14 00:02:36 -0500
commit76a0370a46377c70986f1045eba95e14109c3218 (patch)
tree6389a904c195d3414a84858313276c26a2610afe
parent575d34b6de071599317e8cc173ec7057126d1097 (diff)
parenta9df21e34b422f79d9a9fa5c3eff8c2a53491be6 (diff)
Merge branch 'topic/dmatest' into for-linus
-rw-r--r--drivers/dma/dmatest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c
index 34ff53290b03..47edc7fbf91f 100644
--- a/drivers/dma/dmatest.c
+++ b/drivers/dma/dmatest.c
@@ -702,6 +702,7 @@ static int dmatest_func(void *data)
702 * free it this time?" dancing. For now, just 702 * free it this time?" dancing. For now, just
703 * leave it dangling. 703 * leave it dangling.
704 */ 704 */
705 WARN(1, "dmatest: Kernel stack may be corrupted!!\n");
705 dmaengine_unmap_put(um); 706 dmaengine_unmap_put(um);
706 result("test timed out", total_tests, src_off, dst_off, 707 result("test timed out", total_tests, src_off, dst_off,
707 len, 0); 708 len, 0);