fbdev: da8xx-fb: Use dma_zalloc_coherent
authorJoe Perches <joe@perches.com>
Sun, 15 Jun 2014 20:37:54 +0000 (13:37 -0700)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 1 Jul 2014 10:32:31 +0000 (13:32 +0300)
commit0d0b4b4d1deda1bc448c0715d8aeed1542645ff7
tree1586efb725012e1f2f30d267762e400fdd3d5f57
parent350f8ebab1a731913e391929f762315a6173b3bd
fbdev: da8xx-fb: 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: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/da8xx-fb.c