commit | ff2e351e1928b5b81a23d78e3e4effc24db007b9 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Mon Jun 04 21:10:31 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 04 17:28:43 2018 -0400 |
tree | d52c7d3d7b7166109de0416b3f4f14136c9c5cf3 | |
parent | 1f55c2865c21a49d882261cfa8d85635814ad8ab [diff] |
qed: use dma_zalloc_coherent instead of allocator/memset Use dma_zalloc_coherent instead of dma_alloc_coherent followed by memset 0. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>