commit | 487777673e355ab9f0b7cac4ad1207be9d36156f | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jul 24 13:28:44 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jul 25 09:39:03 2014 +0200 |
tree | b2c01d7ddc8a9ad5bf9b560ea962f38782b83b62 | |
parent | ec8b0dd51c50e33c3831bbf57ee4ca3e9f35460d [diff] |
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>