Re: [PATCH] usb: mtu3: replace spin_lock_irqsave by spin_lock in hard IRQ

2020-11-24 Thread Chunfeng Yun
Hi Tao, On Mon, 2020-11-16 at 16:34 +0800, Tian Tao wrote: > The code has been in a irq-disabled context since it is hard IRQ. There > is no necessity to do it again. > > Signed-off-by: Tian Tao > --- > drivers/usb/mtu3/mtu3_core.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) >

[PATCH] usb: mtu3: replace spin_lock_irqsave by spin_lock in hard IRQ

2020-11-16 Thread Tian Tao
The code has been in a irq-disabled context since it is hard IRQ. There is no necessity to do it again. Signed-off-by: Tian Tao --- drivers/usb/mtu3/mtu3_core.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/usb/mtu3/mtu3_core.c b/drivers/usb/mtu3/mtu3_core.c in