From: Chris Wilson Date: Fri, 14 Sep 2012 10:46:00 +0000 (+0100) Subject: drm/i915: Drop the misleading cast to the wrong user pointer type X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~14^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba7a64587bcff8d85666a70b0a515d5fbcaa000c;p=pandora-kernel.git drm/i915: Drop the misleading cast to the wrong user pointer type The exec_list is of type drm_i915_gem_exec_object2 and so casting it to a drm_i915_gem_relocation_entry is very confusing! Signed-off-by: Chris Wilson Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed