]> git.baikalelectronics.ru Git - kernel.git/commit
ata: Use dma_zalloc_coherent
authorJoe Perches <joe@perches.com>
Sun, 15 Jun 2014 20:37:32 +0000 (13:37 -0700)
committerTejun Heo <tj@kernel.org>
Tue, 17 Jun 2014 14:23:26 +0000 (10:23 -0400)
commit131487299e45070890c68de38f05669a7748cc29
tree0c42668c893b52aadf1ee5f9e0f4f1ff9765114d
parent335487df22a31a430097d64f480aca9b36d734f5
ata: Use dma_zalloc_coherent

Use the zeroing function instead of dma_alloc_coherent & memset(,0,)

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/sata_fsl.c