Re: [PATCH v4 4/8] dmaengine: add verification of DMA_MEMSET_SG in dmaengine

2017-08-27 Thread Vinod Koul
On Wed, Aug 09, 2017 at 07:24:21PM -0700, Dan Williams wrote: > On Mon, Aug 7, 2017 at 9:39 AM, Dave Jiang wrote: > > DMA_MEMSET_SG is missing the verification of having the operation set and > > also a supporting function provided. > > > > Fixes: Commit 50c7cd2bd

Re: [PATCH v4 4/8] dmaengine: add verification of DMA_MEMSET_SG in dmaengine

2017-08-09 Thread Dan Williams
On Mon, Aug 7, 2017 at 9:39 AM, Dave Jiang wrote: > DMA_MEMSET_SG is missing the verification of having the operation set and > also a supporting function provided. > > Fixes: Commit 50c7cd2bd ("dmaengine: Add scatter-gathered memset") > > Signed-off-by: Dave Jiang