]> git.kernelconcepts.de Git - mv-sheeva.git/commit
drm/i915: Remove redundant deletion of obj->gpu_write_list
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 29 Sep 2010 20:19:54 +0000 (21:19 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 30 Sep 2010 08:30:51 +0000 (09:30 +0100)
commitf394940b8d275064f080a59dac636688dae3531a
tree1d316f7eaf9fa92b8829e5a9f5ef2ec9684a337a
parent5cdf58817433345157644140f2f509f00c06d479
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 <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_gem.c