dmaengine: dmatest: Apply copy_align to DMA_SG as well
authorNicolin Chen <nicoleotsuka@gmail.com>
Thu, 8 Sep 2016 01:24:28 +0000 (18:24 -0700)
committerVinod Koul <vinod.koul@intel.com>
Fri, 9 Sep 2016 11:40:54 +0000 (17:10 +0530)
commitc8a2c191f56dfd1bc132781ef47a46e0c6a4d18d
tree564e325c0d75a67bb38d0d6130065ec30805802c
parente9405ef08ca8d9e702f4a1b58b4fa992a7c9f137
dmaengine: dmatest: Apply copy_align to DMA_SG as well

The DMA_SG is still a type of memory copy operation that should
conform the hardware restriction. So this patch just applies the
copy_align to DMA_SG as well.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dmatest.c