drm/i915: Clean up evict from list.
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 20 Sep 2009 18:25:47 +0000 (19:25 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Sep 2009 00:05:26 +0000 (01:05 +0100)
First the routine attempted to unlock a mutex it did not own along the
error path.

Secondly the routine should never be called on any list but the inactive
one, since we attempt to unbind those objects, so fix the calling semantics.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found