Re: [PATCH] fixup! dmaengine: pxa_dma: add debug information

From: Arnd Bergmann
Date: Thu May 28 2015 - 04:45:07 EST


On Wednesday 27 May 2015 23:23:40 Robert Jarzmik wrote:
> This fixes the following error:
> drivers/dma/pxa_dma.c: In function âdbg_show_requester_chanâ:
> drivers/dma/pxa_dma.c:192:2: error: void value not ignored as it ought to be
> pos += seq_printf(s, "DMA channel %d requester :\n", phy->idx);
> ^
> drivers/dma/pxa_dma.c:197:8: error: void value not ignored as it ought to be
> !!(drcmr & DRCMR_MAPVLD));
> ^
> scripts/Makefile.build:258: recipe for target 'drivers/dma/pxa_dma.o' failed
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik@xxxxxxx>
>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

I ran into the problem yesterday and came up with the same fix, but you
submitted it first, thanks!

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/