From: Chris Wilson Date: Fri, 13 Sep 2013 22:57:04 +0000 (+0100) Subject: drm/i915: Do not unlock upon error in i915_gem_idle() X-Git-Tag: v3.13-rc1~76^2~80^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f740334775efd30631c556f7654b92dae66df494;p=pandora-kernel.git drm/i915: Do not unlock upon error in i915_gem_idle() We never took the lock ourselves and all callers expect the struct_mutex to be locked upon return (be it success or error), thereore dropping the lock along the error paths looks to be a vestigial error from commit db1b76ca6a79c774074ae87bee7afc0825a478f5 Author: Daniel Vetter Date: Tue Jul 9 16:51:37 2013 +0200 drm/i915: don't frob mm.suspended when not using ums Signed-off-by: Chris Wilson Cc: Daniel Vetter Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed