aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
39#include "../dmaengine.h" 39#include "../dmaengine.h"
40 40
41static char *chanerr_str[] = { 41static 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",