]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor address
authorHanna Hawa <hannah@marvell.com>
Tue, 24 Jul 2018 13:40:30 +0000 (16:40 +0300)
committerVinod Koul <vkoul@kernel.org>
Wed, 25 Jul 2018 12:23:22 +0000 (17:53 +0530)
commit24a81bdbe326bb382573e09376bfaaebb1542d7a
treee89ab83642bbf2304afb5033f5604b4103c41b7c
parent25a1b85d701fd533b71b4053d360556e8ae435bf
dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor address

>> drivers/dma/mv_xor_v2.c:647:36: sparse: constant 0xFFFF00000000 is so big it is long
   include/linux/device.h:678:13: sparse: undefined identifier '__builtin_mul_overflow'
   include/linux/device.h:678:13: sparse: call with no type!

Use lower_32_bits and upper_32_bits to set the hw_desq address, instead of
using constant.

Signed-off-by: Hanna Hawa <hannah@marvell.com>
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mv_xor_v2.c