Re: [PATCH] slimbus: qcom: fix incompatible pointer warning

From: Greg Kroah-Hartman
Date: Sun Dec 31 2017 - 11:52:38 EST


On Sun, Dec 31, 2017 at 02:23:11PM +0000, srinivas.kandagatla@xxxxxxxxxx wrote:
> From: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
>
> One of the pointer passed to dmam_alloc_coherent seems to be
> phys_addr_t * instead of dma_addr_t *. This address will be
> used by dma apis, so change this to proper type.
>
> Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>

Also reported-by Arnd :(