Re: [PATCH v2] dmaengine: sun6i: fix the uninitialized value for v_lli

From: Vinod Koul
Date: Fri Nov 25 2016 - 01:13:39 EST


On Sun, Nov 20, 2016 at 12:43:56AM +0800, Hao Zhang wrote:
> 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.

Applied, thanks

--
~Vinod