Re: [PATCH] mmc: mediatek: replace spin_lock_irqsave by spin_lock in hard IRQ

2020-10-29 Thread Ulf Hansson
On Mon, 19 Oct 2020 at 02:42, 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 Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/mtk-sd.c | 5 ++--- > 1 file changed,

[PATCH] mmc: mediatek: replace spin_lock_irqsave by spin_lock in hard IRQ

2020-10-18 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/mmc/host/mtk-sd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c index