From: Davidlohr Bueso Date: Wed, 11 Aug 2010 13:18:52 +0000 (-0400) Subject: DRM: Replace kmalloc/memset combos with kzalloc X-Git-Tag: v2.6.36-rc1~71^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e3370eb9fc00c44008ee7fd30c5cb00291c34d;p=pandora-kernel.git DRM: Replace kmalloc/memset combos with kzalloc 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: Davidlohr Bueso Signed-off-by: Dave Airlie --- Reading git-diff-tree failed