Re: [PATCH -next 13/26] ath: Use dma_zalloc_coherent

2014-06-16 Thread Kalle Valo
Joe Perches writes: > Use the zeroing function instead of dma_alloc_coherent & memset(,0,) > > Signed-off-by: Joe Perches For ath10k: Acked-by: Kalle Valo -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH -next 13/26] ath: Use dma_zalloc_coherent

2014-06-16 Thread Kalle Valo
Joe Perches j...@perches.com writes: Use the zeroing function instead of dma_alloc_coherent memset(,0,) Signed-off-by: Joe Perches j...@perches.com For ath10k: Acked-by: Kalle Valo kv...@qca.qualcomm.com -- Kalle Valo -- To unsubscribe from this list: send the line unsubscribe

[PATCH -next 13/26] ath: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/net/wireless/ath/ath10k/pci.c | 8 ++-- drivers/net/wireless/ath/ath10k/wmi.c | 8 ++-- drivers/net/wireless/ath/wcn36xx/dxe.c | 6 ++ 3 files changed, 6 insertions(+), 16

[PATCH -next 13/26] ath: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent memset(,0,) Signed-off-by: Joe Perches j...@perches.com --- drivers/net/wireless/ath/ath10k/pci.c | 8 ++-- drivers/net/wireless/ath/ath10k/wmi.c | 8 ++-- drivers/net/wireless/ath/wcn36xx/dxe.c | 6 ++ 3 files changed, 6