]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ata: Use dma_zalloc_coherent
authorJoe Perches <joe@perches.com>
Sun, 15 Jun 2014 20:37:32 +0000 (13:37 -0700)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:26 +0000 (21:17 -0600)
commitd0a2dbab95ce56761f42da333cdb6db8ee561a69
tree8d00ccbca19c304ec8072db5ddb2b5cc22303d96
parent1b6a0149a27949683a0cacec26368491fb7d6b1c
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>
(cherry picked from commit 94463a9cadc7f72a70ec6ee801109c2f1e44a123)
drivers/ata/sata_fsl.c