Re: [PATCH -next 04/26] block: Use dma_zalloc_coherent

2014-06-28 Thread Matthew Wilcox
On Sun, Jun 15, 2014 at 01:37:33PM -0700, Joe Perches wrote: > Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Applied -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http:

[PATCH -next 04/26] block: 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/block/nvme-core.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/block/nvme-core.c b/drivers/block/nvme-core.c index a842c71..27b5d3b 100644 --- a/drivers