From: Chris Wilson Date: Wed, 29 Sep 2010 20:19:54 +0000 (+0100) Subject: drm/i915: Remove redundant deletion of obj->gpu_write_list X-Git-Tag: v2.6.37-rc1~92^2~28^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f394940b8d275064f080a59dac636688dae3531a;p=pandora-kernel.git drm/i915: Remove redundant deletion of obj->gpu_write_list At that point as the object is no longer in any GPU write domain it must not be on the list, so the list_del() is redundant. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed