Skip to content

Commit 0395f86

Browse files
committed
dmaengine: fsl: remove bad channel update
Commit 59cd818 ("dmaengine: fsl: convert tasklets to use new tasklet_setup() API") broke this driver by not removing the old channel update method. Fix this by remove the offending call as channel is queried from tasklet structure. Fixes: 59cd818 ("dmaengine: fsl: convert tasklets to use new tasklet_setup() API") Signed-off-by: Vinod Koul <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent baf6fd9 commit 0395f86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/dma/fsl_raid.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ static void fsl_re_dequeue(struct tasklet_struct *t)
163163
unsigned int count, oub_count;
164164
int found;
165165

166-
re_chan = dev_get_drvdata((struct device *)data);
167-
168166
fsl_re_cleanup_descs(re_chan);
169167

170168
spin_lock_irqsave(&re_chan->desc_lock, flags);

0 commit comments

Comments
 (0)