summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c
diff options
context:
space:
mode:
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>2017-04-21 10:43:20 +0200
committerVinod Koul <vinod.koul@intel.com>2017-04-24 06:20:05 +0200
commit57192245bc074710ea1a128d39ecc429455ac815 (patch)
treed8a62dc18b2ea8ccb00b7eb86af953cdce01f015 /drivers/dma/mv_xor.c
parentdmaengine: ioat: use setup_timer (diff)
downloadlinux-57192245bc074710ea1a128d39ecc429455ac815.tar.xz
linux-57192245bc074710ea1a128d39ecc429455ac815.zip
dmaengine: sun4i: fix invalid argument
The "pchans_used" field is an unsigned long array. for_each_clear_bit_from() expects an unsigned long pointer, not an array address. $ make C=2 drivers/dma/sun4i-dma.o CHECK drivers/dma/sun4i-dma.c drivers/dma/sun4i-dma.c:241:9: warning: incorrect type in argument 1 (different base types) drivers/dma/sun4i-dma.c:241:9: expected unsigned long const *p drivers/dma/sun4i-dma.c:241:9: got unsigned long ( *<noident> )[1] Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/mv_xor.c')
0 files changed, 0 insertions, 0 deletions