Re: [PATCH] dma: idma64: replace spin_lock_irqsave with spin_lock

2018-09-11 Thread Vinod
On 08-09-18, 06:02, Zhaoxiong Yuan wrote: > idma64_chan_irq() is invoked in hardirq handle function, it is unnecessary > to call spin_lock_irqsave. Please add a line after log and s-o-b I have applied after doing above and fixing subsystem tag (dmaengine) -- ~Vinod

[PATCH] dma: idma64: replace spin_lock_irqsave with spin_lock

2018-09-07 Thread Zhaoxiong Yuan
idma64_chan_irq() is invoked in hardirq handle function, it is unnecessary to call spin_lock_irqsave. Signed-off-by: Zhaoxiong Yuan --- drivers/dma/idma64.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c index 1fbf9cb..5b9c156