]> asedeno.scripts.mit.edu Git - linux.git/commit
dma: pl330: Alloc dma_parms for the dma device
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 25 Nov 2013 15:07:46 +0000 (16:07 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 16 Dec 2013 03:48:47 +0000 (09:18 +0530)
commitb714b84e2b74de68b12847bcaf2cf409a18fb741
tree7f43330570b76e769a1a027fba30f00d772b892d
parent319e2e3f63c348a9b66db4667efa73178e18b17d
dma: pl330: Alloc dma_parms for the dma device

In order to be able to set a maximum segment size for the device we need to
allocate a dma_parameters struct for the device first.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pl330.c