]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: xilinx: dpdma: convert tasklets to use new tasklet_setup() API
authorAllen Pais <apais@linux.microsoft.com>
Tue, 6 Oct 2020 05:04:58 +0000 (10:34 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 7 Oct 2020 09:52:09 +0000 (15:22 +0530)
commite852772ee3ccf8d1ca013982ff4983645aff861a
tree3c01ed2e763000abd26b69ad905b1792e24d793a
parentec63a8ed80119b16a8f63ce1c293436399a3eede
dmaengine: xilinx: dpdma: convert tasklets to use new tasklet_setup() API

In preparation for unconditionally passing the
struct tasklet_struct pointer to all tasklet
callbacks, switch to using the new tasklet_setup()
and from_tasklet() to pass the tasklet pointer explicitly.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Allen Pais <apais@linux.microsoft.com>
Link: https://lore.kernel.org/r/20201006050458.221329-2-allen.lkml@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dpdma.c