commit | 94b4cd7c5fc0dd6858a046b00ca729fb0512b9ba | [log] [tgz] |
---|---|---|
author | Austin Kim <austin.kim@lge.com> | Fri Jun 11 07:53:36 2021 +0100 |
committer | Vinod Koul <vkoul@kernel.org> | Wed Jun 16 16:10:00 2021 +0530 |
tree | 245d0902432f5c599a2c1c3bae6fe7315a61ef45 | |
parent | c1fc3745e7b07f3bfecf16adb6c49544393094f2 [diff] |
dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy() 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. Signed-off-by: Austin Kim <austin.kim@lge.com> Link: https://lore.kernel.org/r/20210611065336.GA1121@raspberrypi Signed-off-by: Vinod Koul <vkoul@kernel.org>