diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-09-14 04:55:39 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-09-24 22:24:05 -0400 |
commit | 581ec089a5476a9ddc8d0707e47315a2609297ad (patch) | |
tree | 8e02d02d092a0d23aca071101778e9a6ed783015 | |
parent | 22b74406c5ac1829cd60f75c8c6a4ed1e0f4da03 (diff) |
dmaengine: idma64: this is not DesignWare
This patch fixes a comment where DesignWare is wrongly mentioned. There is no
functional change.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | drivers/dma/idma64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/idma64.h b/drivers/dma/idma64.h index a4d99685a7c4..323c3f13ba2f 100644 --- a/drivers/dma/idma64.h +++ b/drivers/dma/idma64.h | |||
@@ -217,7 +217,7 @@ static inline void idma64_writel(struct idma64 *idma64, int offset, u32 value) | |||
217 | idma64_writel(idma64, IDMA64_##reg, (value)) | 217 | idma64_writel(idma64, IDMA64_##reg, (value)) |
218 | 218 | ||
219 | /** | 219 | /** |
220 | * struct idma64_chip - representation of DesignWare DMA controller hardware | 220 | * struct idma64_chip - representation of iDMA 64-bit controller hardware |
221 | * @dev: struct device of the DMA controller | 221 | * @dev: struct device of the DMA controller |
222 | * @irq: irq line | 222 | * @irq: irq line |
223 | * @regs: memory mapped I/O space | 223 | * @regs: memory mapped I/O space |