drm/i915/userptr: Keep spin_lock/unlock in the same block
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 24 Jul 2014 12:28:44 +0000 (13:28 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 25 Jul 2014 07:39:03 +0000 (09:39 +0200)
commit487777673e355ab9f0b7cac4ad1207be9d36156f
treeb2c01d7ddc8a9ad5bf9b560ea962f38782b83b62
parentec8b0dd51c50e33c3831bbf57ee4ca3e9f35460d
drm/i915/userptr: Keep spin_lock/unlock in the same block

Move the code around in order to acquire and release the spinlock in the
same function and in the same block. This keeps static analysers happy
and the reader sane.

Suggested-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_userptr.c