Skip to content
Commit 25f140e5 authored by Seemanta Dutta's avatar Seemanta Dutta
Browse files

msm: camera: sync: Make callback dispatches serial



Currently when sync callbacks are dispatched they are dispatched
serially, but they are scheduled to an unbound workqueue running
with a max_active value of 0. Change the max_active to 1 so that
the callbacks are executed in the order of getting signaled.

Change-Id: I1240ec55c5adc92a2110fdec1fc741b681c83884
Signed-off-by: default avatarSeemanta Dutta <seemanta@codeaurora.org>
parent c7f3276e
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