From: Dave Jiang Date: Wed, 9 Nov 2016 17:48:26 +0000 (-0700) Subject: dmaengine: ioatdma: error string table missing an entry X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d46dc99507de14ad224d3ac412852b489c1934f7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git dmaengine: ioatdma: error string table missing an entry The error for DMA Transfer Source Address Error was missing. Signed-off-by: Dave Jiang Signed-off-by: Vinod Koul --- 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",