Re: [PATCH] dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy()

From: Austin Kim
Date: Wed Jun 16 2021 - 06:57:03 EST


2021년 6월 16일 (수) 오후 7:40, Vinod Koul <vkoul@xxxxxxxxxx>님이 작성:
>
> On 11-06-21, 07:53, Austin Kim wrote:
> > From: Austin Kim <austin.kim@xxxxxxx>
> >
> > The second parameter of spinlock_irq[save/restore] function is flags,
> > which is the last input parameter of sf_pdma_prep_dma_memcpy().
> >
> > So declare local variable 'iflags' to be used as the second parameter of
> > spinlock_irq[save/restore] function.
>
> Applied, thanks

Great, thanks!

>
> --
> ~Vinod