projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b77941
)
dmaengine: ioatdma: error string table missing an entry
author
Dave Jiang
<dave.jiang@intel.com>
Wed, 9 Nov 2016 17:48:26 +0000
(10:48 -0700)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 14 Nov 2016 05:30:37 +0000
(11:00 +0530)
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>
drivers/dma/ioat/dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/ioat/dma.c
b/drivers/dma/ioat/dma.c
index 42ff3073d89d12a1d24f755ee3325d6b6531f3bf..87fd4f4b4f36c7de7a772758e6e66271044573a8 100644
(file)
--- 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",