]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: fsl: remove bad channel update
authorVinod Koul <vkoul@kernel.org>
Thu, 1 Oct 2020 16:47:40 +0000 (22:17 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 5 Oct 2020 04:29:17 +0000 (09:59 +0530)
commit49f31c00f84d960b0078ffeefa6c00a110b43883
tree8f32691a5631e3dee3fc4de2a00ca6c0ee787150
parentc98f0675bf7e2b9b0189ba9d7468cce52432fe72
dmaengine: fsl: remove bad channel update

Commit 6f8c8f93f075 ("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: 6f8c8f93f075 ("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>
drivers/dma/fsl_raid.c