drm/i915: Unlock mutex on i915_gem_fault() error path
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 4 Feb 2009 14:15:10 +0000 (14:15 +0000)
committerDave Airlie <airlied@linux.ie>
Sun, 8 Feb 2009 11:38:27 +0000 (21:38 +1000)
If we failed to allocate a new fence register we would return
VM_FAULT_SIGBUS without relinquishing the lock.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>

No differences found