commit | c1907e53ab91495346c2a6fbff92478a6804c9bd | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Jul 19 21:57:11 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 21 16:31:23 2018 -0700 |
tree | 2aa7498719f3ca2df7c7d44c49f0c03599034951 | |
parent | e064cce130497023806e2ae6a4114f1fed28eacd [diff] |
net: hix5hd2_gmac: 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> Signed-off-by: David S. Miller <davem@davemloft.net>