Skip to content
Commit 97fd071b authored by Harsh Shah's avatar Harsh Shah
Browse files

msm: camera: fd: Need to use irqsave for spin_lock



fd_core->spin_lock is used in irq() function, so any other place
using it should call spin_lock_irqsave and spin_unlock_irqrestore.
Without this change, we can have deadlock on this spin_lock.

Change-Id: I2b2f0699a8c8af9c67e3028df10d45b533000259
Signed-off-by: default avatarHarsh Shah <harshs@codeaurora.org>
parent 0f62c596
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