From: Chris Wilson Date: Wed, 4 Feb 2009 14:15:10 +0000 (+0000) Subject: drm/i915: Unlock mutex on i915_gem_fault() error path X-Git-Tag: v2.6.29-rc5~50^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d8d58b23fd01e60ed44d8d8c10b2df86e638faa;p=pandora-kernel.git drm/i915: Unlock mutex on i915_gem_fault() error path If we failed to allocate a new fence register we would return VM_FAULT_SIGBUS without relinquishing the lock. Signed-off-by: Chris Wilson Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed