Re: [PATCH] spi: remove spin_lock_irq in the irq procress
From: 郭力豪
Date: Thu Apr 14 2022 - 10:00:31 EST
Hi Mr.Mark :
I will remove the variable "psim->lock" in the next patch
Li-hao Kuo
Mark Brown <broonie@xxxxxxxxxx> 於 2022年4月13日 週三 下午7:32寫道:
>
> On Wed, Apr 13, 2022 at 09:38:00AM +0800, Li-hao Kuo wrote:
> > - remove spin_lock_irq and spin_unlock_irq in the irq funciton
>
> It looks like this is the only use of the lock so the variable can be
> removed as well?