This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msm: camera: icp: use mutex to avoid sleep in spin_lock
__might_sleep() cannot be called inside spin_lock, clock core has __might_sleep() call so use mutex in place of spin_lock. Change-Id: Ib09097fa4371a5105553af49f4c75643884cd892 Signed-off-by: Tejas Prajapati <tpraja@codeaurora.org>
- Loading branch information
Tejas Prajapati
authored and
Gerrit - the friendly Code Review server
committed
Sep 30, 2020
1 parent
9602850
commit b063647
Showing
2 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters