-
由 Davidlohr Bueso 提交于
Currently most, if not all, memory allocation in drm_bufs.c is followed by initializing the memory with 0. Replace the use of kmalloc+memset with kzalloc. Signed-off-by: NDavidlohr Bueso <dave@gnu.org> Signed-off-by: NDave Airlie <airlied@redhat.com>
94e3370e