OSDN Git Service

arch/powerpc/fsl_rmu: Use dma_zalloc_coherent
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>
Mon, 5 Nov 2018 02:22:48 +0000 (07:52 +0530)
committerScott Wood <oss@buserror.net>
Sat, 22 Dec 2018 01:53:20 +0000 (19:53 -0600)
commit7811eade247cdf90b26dd0951613e77614192771
tree0cb98672ef99a5666742d94a9d33eba0b3f4c4ae
parent8c6c942d33f2a79439e86f8f406afae40a5bc767
arch/powerpc/fsl_rmu: Use dma_zalloc_coherent

Replaced dma_alloc_coherent + memset with dma_zalloc_coherent

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Scott Wood <oss@buserror.net>
arch/powerpc/sysdev/fsl_rmu.c