drivers/dma/dw_dmac.c:1278:48: sparse: incorrect type in argument 1 (different base types)

Viresh Kumar viresh.kumar at linaro.org
Sun Mar 3 23:37:42 EST 2013


On Mon, Mar 4, 2013 at 4:51 AM, Arnd Bergmann <arnd at arndb.de> wrote:
> Subject: [PATCH] dmaengine: dw_dma: fix endianess for DT xlate function
>
> As reported by Wu Fengguang's build robot tracking sparse warnings, the
> dma_spec arguments in the dw_dma_xlate are already byte swapped on
> littl-endian platforms and must not get swapped again. This code is

s/littl/little

> currently not used anywhere, but will be used in Linux 3.10 when the
> ARM SPEAr platform starts using the generic DMA DT binding.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>

Acked-by: Viresh Kumar <viresh.kumar at linaro.org>



More information about the linux-arm-kernel mailing list