Skip to content
Commit 40987cc0 authored by Kyle Piefer's avatar Kyle Piefer
Browse files

msm: camera: isp: Lock around every list access



When multiple threads access a list simulataneously, the
data can become corrupted. To prevent this, make sure
that every time the list is read or written we hold the lock.

CRs-Fixed: 2147202
Change-Id: I6883d1c08507b5a09fbd66ddfa264f79291f94ad
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent 463b317f
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