[linux-yocto] [PATCH 05/12] dmaengine: idma64: this is not DesignWare
Tan Jui Nee
jui.nee.tan at intel.com
Tue Mar 29 23:24:00 PDT 2016
From: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
This patch fixes a comment where DesignWare is wrongly mentioned. There is no
functional change.
Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
(cherry picked from commit 581ec089a5476a9ddc8d0707e47315a2609297ad)
Signed-off-by: Tan Jui Nee <jui.nee.tan at intel.com>
---
drivers/dma/idma64.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/idma64.h b/drivers/dma/idma64.h
index a4d9968..323c3f1 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
--
1.9.1
More information about the linux-yocto
mailing list