Parcourir la source

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>
Dave Jiang il y a 9 ans
Parent
commit
d46dc99507
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      drivers/dma/ioat/dma.c

+ 1 - 0
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",