commit | 40434a670f66f797b3a40603a286def35337dd4f | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Sun Jun 03 10:40:15 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 04 16:07:30 2018 -0400 |
tree | 177e1c79faf67d0a76d85503e16008896a6e3867 | |
parent | 1a025028d400b23477341aa7ec2ce55f8b39b554 [diff] |
net: chelsio: Use zeroing memory allocator instead of allocator/memset Use dma_zalloc_coherent for allocating zeroed memory and remove unnecessary memset function. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>