commit | 4aa906f1859614842818dc3b4cb5b27bc35961e2 | [log] [tgz] |
---|---|---|
author | Vasyl Gomonovych <gomonovych@gmail.com> | Wed Dec 18 11:57:15 2019 +0200 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Thu Jan 09 20:05:15 2020 +0100 |
tree | 9fa468c8bb0d365b5381739e327e854dcd8f1fc8 | |
parent | 4114b17af41272e14939b000ce8f3ed7ba937e3c [diff] |
mtd: cadence: Fix cast to pointer from integer of different size warning Use dma_addr_t type to pass memory address and control data in DMA descriptor fields memory_pointer and ctrl_data_ptr To fix warning: cast to pointer from integer of different size Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>