diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-09-14 11:55:39 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-09-25 07:54:05 +0530 |
commit | 581ec089a5476a9ddc8d0707e47315a2609297ad (patch) | |
tree | 8e02d02d092a0d23aca071101778e9a6ed783015 /drivers/dma/idma64.h | |
parent | 22b74406c5ac1829cd60f75c8c6a4ed1e0f4da03 (diff) | |
download | linux-581ec089a5476a9ddc8d0707e47315a2609297ad.tar.gz linux-581ec089a5476a9ddc8d0707e47315a2609297ad.tar.bz2 linux-581ec089a5476a9ddc8d0707e47315a2609297ad.zip |
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>
Diffstat (limited to 'drivers/dma/idma64.h')
-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) idma64_writel(idma64, IDMA64_##reg, (value)) /** - * struct idma64_chip - representation of DesignWare DMA controller hardware + * struct idma64_chip - representation of iDMA 64-bit controller hardware * @dev: struct device of the DMA controller * @irq: irq line * @regs: memory mapped I/O space |