drm/i915: Fix a porting bug
authorFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 5 Jan 2015 13:52:34 +0000 (14:52 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 5 Jan 2015 20:39:01 +0000 (21:39 +0100)
commitcc2dc25542eb0c69a272d35147bd8eb94a4bbb51
treeec794aa6d3c988a3f40fe9b2af05ed90e75a42a8
parent921e333b5069d2a0ba0ab3d1f149faccc8200f5f
drm/i915: Fix a porting bug

A kmalloc() was changed to a kzalloc() equivalent.
sys/dev/drm/i915/i915_gem_execbuffer.c