]> git.baikalelectronics.ru Git - kernel.git/commit
drm/drm_pci.c: Use dma_zalloc_coherent
authorSouptick Joarder <jrdr.linux@gmail.com>
Tue, 23 Oct 2018 04:02:22 +0000 (09:32 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Oct 2018 13:59:01 +0000 (15:59 +0200)
commitf4bf79ca2b22de82784373971cb5f6b2d8054f7f
tree3dd9287be2b2a9d0cd593b01c808fd33ffdfc7b7
parent422a406ec91c290e5b18acf30260b9343c761d9d
drm/drm_pci.c: Use dma_zalloc_coherent

Replace dma_alloc_coherent + memset with dma_zalloc_coherent.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20181023040222.GA1540@jordon-HP-15-Notebook-PC
drivers/gpu/drm/drm_pci.c