Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20201001164740.178977-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

-2
-2
drivers/dma/fsl_raid.c
··· 163 163 unsigned int count, oub_count; 164 164 int found; 165 165 166 - re_chan = dev_get_drvdata((struct device *)data); 167 - 168 166 fsl_re_cleanup_descs(re_chan); 169 167 170 168 spin_lock_irqsave(&re_chan->desc_lock, flags);