Skip to content
Commit f732c5b7 authored by Axl-zhang's avatar Axl-zhang Committed by Vinod Koul
Browse files

dmaengine: sun6i: fix the uninitialized value for v_lli



dma_pool_alloc does not initialize the value of the newly allocated
block for the v_lli, and the uninitilize value make the tests failed
which is on pine64 with dmatest.
we can fix it just change the "|=" to "=" for the v_lli->cfg.

Signed-off-by: default avatarHao Zhang <hao5781286@gmail.com>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent d6619761
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment