Re: [PATCH] mmc: cavium: Replace spin_lock_irqsave with spin_lock in hard IRQ

2021-02-08 Thread Ulf Hansson
On Thu, 4 Feb 2021 at 08:09, Xiaofei Tan wrote: > > It is redundant to do irqsave and irqrestore in hardIRQ context, where > it has been in a irq-disabled context. > > Signed-off-by: Xiaofei Tan Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/cavium.c | 5 ++--- > 1

[PATCH] mmc: cavium: Replace spin_lock_irqsave with spin_lock in hard IRQ

2021-02-03 Thread Xiaofei Tan
It is redundant to do irqsave and irqrestore in hardIRQ context, where it has been in a irq-disabled context. Signed-off-by: Xiaofei Tan --- drivers/mmc/host/cavium.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/cavium.c b/drivers/mmc/host/cavium.c