commit | 9603a7ab60989f586786f082a8b1e3bf6fbcc749 | [log] [tgz] |
---|---|---|
author | Fuqian Huang <huangfq.daxian@gmail.com> | Mon Jul 15 11:17:16 2019 +0800 |
committer | Vinod Koul <vkoul@kernel.org> | Thu Aug 08 17:51:43 2019 +0530 |
tree | 76a372b6201c985ad2b077e85027ec01c9e8aa9e | |
parent | e17be6e1b713f188728a23ebfba15546a025c109 [diff] |
dmaengine: imx-sdma: Remove call to memset after dma_alloc_coherent In commit 518a2f1925c3 ("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>