]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dmaengine: idma64: fix typo in WR_ISSUE_THD(x)
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 16 Feb 2016 09:28:05 +0000 (11:28 +0200)
committerVinod Koul <vinod.koul@intel.com>
Mon, 22 Feb 2016 03:35:52 +0000 (09:05 +0530)
There is a typo in the definition of IDMA64C_CFGH_WR_ISSUE_THD(x). Fix it by
swapping characters.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/idma64.h

index 8423f13ed0da751ddbbf958719a0e1a406e4bd38..dc687442418836d963d7cf70d5502c8369920d24 100644 (file)
@@ -71,7 +71,7 @@
 #define IDMA64C_CFGH_SRC_PER(x)                ((x) << 0)      /* src peripheral */
 #define IDMA64C_CFGH_DST_PER(x)                ((x) << 4)      /* dst peripheral */
 #define IDMA64C_CFGH_RD_ISSUE_THD(x)   ((x) << 8)
-#define IDMA64C_CFGH_RW_ISSUE_THD(x)   ((x) << 18)
+#define IDMA64C_CFGH_WR_ISSUE_THD(x)   ((x) << 18)
 
 /* Interrupt registers */