Re: [PATCH v2] mtd: cadence: Fix cast to pointer from integer of different size warning

From: Miquel Raynal
Date: Thu Jan 09 2020 - 14:48:21 EST


On Wed, 2019-12-18 at 09:57:15 UTC, Vasyl Gomonovych wrote:
> 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@xxxxxxxxx>
> Acked-by: Olof Johansson <olof@xxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes, thanks.

Miquel