commit | a9910c0886470b659a6c3629d6467d5639c327e9 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Jul 19 22:04:07 2018 +0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Aug 24 08:52:35 2018 -0700 |
tree | fb77f14ff35c3f49cdc7eaae4dc197fbe8139d63 | |
parent | ff0fadfffe681203bfe134e1041ab6ccb4aa3dff [diff] |
ixgb: 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> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>