]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: imx-sdma: Remove call to memset after dma_alloc_coherent
authorFuqian Huang <huangfq.daxian@gmail.com>
Mon, 15 Jul 2019 03:17:16 +0000 (11:17 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 8 Aug 2019 12:21:43 +0000 (17:51 +0530)
commit7fb226e838906887036bcbaed7e81b48fa5baf88
tree76a372b6201c985ad2b077e85027ec01c9e8aa9e
parent410b27bd432c6a90c846d017250c54c1413a1895
dmaengine: imx-sdma: Remove call to memset after dma_alloc_coherent

In commit 178cbc5f6e72
("dma-mapping: zero memory returned from dma_alloc_*"),
dma_alloc_coherent has already zeroed the memory.
So memset is not needed.

Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Link: https://lore.kernel.org/r/20190715031716.6328-1-huangfq.daxian@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-sdma.c