Re: [PATCH] dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy()
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-06-16 10:40:20
Also in:
lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-06-16 10:40:20
Also in:
lkml
On 11-06-21, 07:53, Austin Kim wrote:
From: Austin Kim <redacted> 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 -- ~Vinod