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)
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>

No differences found