Re: [v2] brcmfmac: Use zeroing memory allocator than allocator/memset

2018-01-11 Thread Kalle Valo
d to wireless-drivers-next.git, thanks. b7acadaf0387 brcmfmac: Use zeroing memory allocator than allocator/memset -- https://patchwork.kernel.org/patch/10150583/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

[PATCH v2] brcmfmac: Use zeroing memory allocator than allocator/memset

2018-01-08 Thread Himanshu Jha
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 Signed-off-by: Himanshu Jha --- v2: -corrected the patch to be applied into the branch without corrupti

Re: brcmfmac: Use zeroing memory allocator than allocator/memset

2018-01-08 Thread Himanshu Jha
d fake ancestor > Applying: brcmfmac: Use zeroing memory allocator than allocator/memset > Patch failed at 0001 brcmfmac: Use zeroing memory allocator than > allocator/memset > The copy of the patch that failed is found in: .git/rebase-apply/patch > > Patch set to Changes Requested.

Re: brcmfmac: Use zeroing memory allocator than allocator/memset

2018-01-08 Thread Kalle Valo
Rodriguez > Signed-off-by: Himanshu Jha > Reviewed-by: Andy Shevchenko Failed to apply: fatal: corrupt patch at line 29 error: could not build fake ancestor Applying: brcmfmac: Use zeroing memory allocator than allocator/memset Patch failed at 0001 brcmfmac: Use zeroing memory allocator t

Re: [PATCH] brcmfmac: Use zeroing memory allocator than allocator/memset

2017-12-31 Thread Andy Shevchenko
On Sat, Dec 30, 2017 at 5:51 PM, Himanshu Jha wrote: > Use dma_zalloc_coherent for allocating zeroed > memory and remove unnecessary memset function. > > Done using Coccinelle. > Generated-by: scripts/coccinelle/api/alloc/kzalloc-simple.cocci > 0-day tested with no failures. > Makes sense. Revie

[PATCH] brcmfmac: Use zeroing memory allocator than allocator/memset

2017-12-30 Thread Himanshu Jha
Use dma_zalloc_coherent for allocating zeroed memory and remove unnecessary memset function. Done using Coccinelle. Generated-by: scripts/coccinelle/api/alloc/kzalloc-simple.cocci 0-day tested with no failures. Suggested-by: Luis R. Rodriguez Signed-off-by: Himanshu Jha --- .../net/wireless/br