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)
commitb1839e7c2a42ccd9a0587c0092e880c7a213ee2a
tree3c01ed2e763000abd26b69ad905b1792e24d793a
parent1311f7c7d909e351d659e7cc597a01e9a9c81d3f
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