dmaengine: fsl: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Mon, 31 Aug 2020 13:47:45 +0000 (19:17 +0530)
committerVinod Koul <vkoul@kernel.org>
Fri, 18 Sep 2020 06:51:07 +0000 (12:21 +0530)
commit59cd818763e8b12e85f28e27fa0a6821faf45660
tree8d659c126ea5afd35a23d186dc2fade40b285573
parent2fa9bc98b5310b336ced0caa469a00f9e871758b
dmaengine: fsl: 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 <allen.lkml@gmail.com>
Link: https://lore.kernel.org/r/20200831134745.314945-1-allen.lkml@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/fsl_raid.c
drivers/dma/fsldma.c