https://github.com/torvalds/linux
Revision 7728124af30e04b9c2c3e3125e28963b065867c2 authored by Imre Deak on 14 July 2017, 15:12:42 UTC, committed by Daniel Vetter on 27 July 2017, 09:20:44 UTC
Fix the sizeof(ptr) vs. sizeof(*ptr) typo.

Fixes: 2889caa92321 ("drm/i915: Eliminate lots of iterations over the execobjects array")
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170714151242.517-2-imre.deak@intel.com
(cherry picked from commit edd9003f7f9dddd28fdd768e6e7569d996c769cb)
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent 520eccd
History
Tip revision: 7728124af30e04b9c2c3e3125e28963b065867c2 authored by Imre Deak on 14 July 2017, 15:12:42 UTC
drm/i915: Fix user ptr check size in eb_relocate_vma()
Tip revision: 7728124

back to top