commit | 1aee383d5912de15af3045a63a07e98f760f041c | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Sep 03 12:56:12 2014 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Tue Sep 16 09:10:06 2014 -0700 |
tree | 6e58b144d1354008d497e3cd0003e9cb6e69e090 | |
parent | 9ab9b134a86ed9f897a29d2ba5abb93f7b162dca [diff] |
lpfc: use dma_zalloc_coherent Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches <joe@perches.com> Reviewed-by: James Smart <james.smart@emulex.com> Signed-off-by: Christoph Hellwig <hch@lst.de>