diff options
| author | Vinod Koul <[email protected]> | 2020-10-01 16:47:40 +0000 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2020-10-05 04:29:17 +0000 |
| commit | 0395f869f685c256822c5041750e6e130a16ec1b (patch) | |
| tree | 8f32691a5631e3dee3fc4de2a00ca6c0ee787150 /drivers/dma/fsl_raid.c | |
| parent | dmaengine: dma-jz4780: Fix race in jz4780_dma_tx_status (diff) | |
| download | kernel-0395f869f685c256822c5041750e6e130a16ec1b.tar.gz kernel-0395f869f685c256822c5041750e6e130a16ec1b.zip | |
dmaengine: fsl: remove bad channel update
Commit 59cd818763e8 ("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: 59cd818763e8 ("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]>
Diffstat (limited to 'drivers/dma/fsl_raid.c')
| -rw-r--r-- | drivers/dma/fsl_raid.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dma/fsl_raid.c b/drivers/dma/fsl_raid.c index 1ddd7cee2e7a..fdf3500d96a9 100644 --- a/drivers/dma/fsl_raid.c +++ b/drivers/dma/fsl_raid.c @@ -163,8 +163,6 @@ static void fsl_re_dequeue(struct tasklet_struct *t) unsigned int count, oub_count; int found; - re_chan = dev_get_drvdata((struct device *)data); - fsl_re_cleanup_descs(re_chan); spin_lock_irqsave(&re_chan->desc_lock, flags); |
