Browse Source

dw_dmac: fix constant in the comment

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.linux@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Andy Shevchenko 13 years ago
parent
commit
745664ebe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/dma/dw_dmac_regs.h

+ 1 - 1
drivers/dma/dw_dmac_regs.h

@@ -82,7 +82,7 @@ struct dw_dma_regs {
 	DW_REG(ID);
 	DW_REG(TEST);
 
-	/* optional encoded params, 0x3c8..0x3 */
+	/* optional encoded params, 0x3c8..0x3f7 */
 };
 
 /* Bitfields in CTL_LO */