From: Chris Wilson Date: Sun, 20 Sep 2009 18:25:47 +0000 (+0100) Subject: drm/i915: Clean up evict from list. X-Git-Tag: v2.6.32-rc1~52^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5ee57650165dc342a20d1213d48d585f2a72bd;p=pandora-kernel.git drm/i915: Clean up evict from list. 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 --- Reading git-diff-tree failed