dmaengine: edma: Use devm_kcalloc when possible
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 14 Oct 2015 11:42:55 +0000 (14:42 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 14 Oct 2015 14:27:12 +0000 (19:57 +0530)
commit547c6e27113b7d0d03db6df0d60f91b8eb232793
tree8b561a14def2892531222be8bdb0c521e6bf2967
parentcb78205955d4a2c26c18984896b81cc63b416f63
dmaengine: edma: Use devm_kcalloc when possible

When allocating a memory for number of items it is better (looks better)
to use devm_kcalloc.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/edma.c