Skip to content
Commit d6b16be7 authored by Jordan Crouse's avatar Jordan Crouse Committed by Soundrapandian Jeyaprakash
Browse files

msm: camera: isp: use a spin_lock instead of a rwlock



The only entity that uses the read side of the rw_lock
is the interrupt handler so there isn't any benefit to
multiple readers running at the same time.  Convert
the rwlock to a spinlock to simplify the semantics.

Change-Id: Ic0dedbade4cf39f42e70f69d1cd9c682495ff929
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: default avatarSoundrapandian Jeyaprakash <jsoundra@codeaurora.org>
parent b63757be
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment