dmaengine: sf-pdma: convert tasklets to use new tasklet_setup() API
authorAllen Pais <apais@linux.microsoft.com>
Tue, 6 Oct 2020 05:04:57 +0000 (10:34 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 7 Oct 2020 09:52:09 +0000 (15:22 +0530)
commit1311f7c7d909e351d659e7cc597a01e9a9c81d3f
treefddc27cf4a6db310ac83ef3b9773cf2c58752f33
parent7a40871da4a315a4110f5529deaaff9fca5e9aba
dmaengine: sf-pdma: 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-1-allen.lkml@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/sf-pdma/sf-pdma.c