]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dmaengine: pxa_dma: fix debug information
authorRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 18 Aug 2015 06:15:32 +0000 (08:15 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 18 Aug 2015 16:40:09 +0000 (22:10 +0530)
commit4a736d156d6de171f2c8453f5a6911e40e9aab0a
tree2b9a87d0d3892751f2496b82e1b2e4f755334448
parent1dc042885456dff457d0b758b69209dcafa688ec
dmaengine: pxa_dma: fix debug information

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@free.fr>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pxa_dma.c