diff options
author | Dave Jiang <dave.jiang@intel.com> | 2016-11-09 12:48:26 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-11-14 00:30:37 -0500 |
commit | d46dc99507de14ad224d3ac412852b489c1934f7 (patch) | |
tree | 41e967a4e20d7296f1b42786f992582b0204524f | |
parent | 1b7794163ab35a06b32b04ff558819ebb684b1c2 (diff) |
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.c | 1 |
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 @@ | |||
39 | #include "../dmaengine.h" | 39 | #include "../dmaengine.h" |
40 | 40 | ||
41 | static char *chanerr_str[] = { | 41 | static char *chanerr_str[] = { |
42 | "DMA Transfer Source Address Error", | ||
42 | "DMA Transfer Destination Address Error", | 43 | "DMA Transfer Destination Address Error", |
43 | "Next Descriptor Address Error", | 44 | "Next Descriptor Address Error", |
44 | "Descriptor Error", | 45 | "Descriptor Error", |