On 06-04-20, 17:12, andrew-sh.cheng wrote: > I will use regulator in the locked region. > And regulator will use mutex_lock. Yeah, you can't use spinlock here, use a mutex. -- viresh
On 06-04-20, 17:12, andrew-sh.cheng wrote: > I will use regulator in the locked region. > And regulator will use mutex_lock. Yeah, you can't use spinlock here, use a mutex. -- viresh