ath10k: use dma_zalloc_coherent instead of allocator/memset
authorYueHaibing <yuehaibing@huawei.com>
Mon, 4 Jun 2018 12:35:42 +0000 (20:35 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 14 Jun 2018 15:12:32 +0000 (18:12 +0300)
commit9fb31b66b91ff4e6c38fa0a10e517f4282e380e7
treec8e2c5161cec3bd24e5bafdb7df59bf65da13fab
parent5a211627004e2cddd0ab8b9df19e5fb0bbe97634
ath10k: 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: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/wmi.c