]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/ata/sata_fsl.c
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)
commit94463a9cadc7f72a70ec6ee801109c2f1e44a123
tree0c42668c893b52aadf1ee5f9e0f4f1ff9765114d
parentebe06187bf2aec10d537ce4595e416035367d703
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