commit | fac15c108248e8d592fb8f4cbcf26d98b3485526 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Aug 29 13:11:07 2013 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Sep 03 19:17:56 2013 +0200 |
tree | 1b654c1ec1f651e378eb3762c6aeb40afc09a754 | |
parent | ffe74d75502e3a9b0791240b5562bcbecc6ab8dc [diff] |
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 <joe@perches.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>