From: Joe Perches Date: Thu, 29 Aug 2013 20:11:07 +0000 (-0700) Subject: i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc X-Git-Tag: v3.12-rc1~61^2~1^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac15c108248e8d592fb8f4cbcf26d98b3485526;p=pandora-kernel.git i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc The helper exists, might as well use it instead of __GFP_ZERO. Signed-off-by: Joe Perches Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed