From f740334775efd30631c556f7654b92dae66df494 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 13 Sep 2013 23:57:04 +0100 Subject: [PATCH] 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-format-patch failed