commit | b7acadaf038740c43515dc1548f43d01cc92823a | [log] [tgz] |
---|---|---|
author | Himanshu Jha <himanshujha199640@gmail.com> | Tue Jan 09 02:15:31 2018 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Jan 11 21:52:59 2018 +0200 |
tree | 9ad7ea942e4e46b4be59949b3cec2c31910d35a5 | |
parent | 378f6a16043e5d3346301fc618f503e97aea335b [diff] |
brcmfmac: Use zeroing memory allocator than allocator/memset Use dma_zalloc_coherent for allocating zeroed memory and remove unnecessary memset function. Generated-by: scripts/coccinelle/api/alloc/kzalloc-simple.cocci Suggested-by: Luis R. Rodriguez <mcgrof@kernel.org> Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>