mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() call
authorBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 9 Jul 2018 20:09:23 +0000 (22:09 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Jul 2018 08:10:16 +0000 (10:10 +0200)
commitd28395c9083de4ee03e51b804d7acc591191bb00
treebed3515f365487430e020e97754f5b610927c7c8
parente6848511d06189cd28f83e5aef580510699fb2b4
mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() call

gen_pool_dma_alloc() return type is void *, while internally, the
memory region exposed by the sram driver has been mapped with
ioremap().

Add a void * to void __iomem * cast to make sparse happy.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/atmel/nand-controller.c