summary refs log tree commit diff
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2016-11-09 10:48:26 -0700
committerVinod Koul <vinod.koul@intel.com>2016-11-14 11:00:37 +0530
commitd46dc99507de14ad224d3ac412852b489c1934f7 (patch)
tree41e967a4e20d7296f1b42786f992582b0204524f
parent1b7794163ab35a06b32b04ff558819ebb684b1c2 (diff)
downloadlinux-d46dc99507de14ad224d3ac412852b489c1934f7.tar.gz
dmaengine: ioatdma: error string table missing an entry
The error for DMA Transfer Source Address Error was missing.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r--drivers/dma/ioat/dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ioat/dma.c b/drivers/dma/ioat/dma.c
index 42ff3073d89d..87fd4f4b4f36 100644
--- a/drivers/dma/ioat/dma.c
+++ b/drivers/dma/ioat/dma.c
@@ -39,6 +39,7 @@
 #include "../dmaengine.h"
 
 static char *chanerr_str[] = {
+	"DMA Transfer Source Address Error",
 	"DMA Transfer Destination Address Error",
 	"Next Descriptor Address Error",
 	"Descriptor Error",