]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: pl330: fix argument for tasklet
authorVinod Koul <vkoul@kernel.org>
Wed, 30 Sep 2020 12:17:35 +0000 (17:47 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 1 Oct 2020 04:48:27 +0000 (10:18 +0530)
commitebef70ede054a4e5207d975811c9f02f63e303cd
treec18c7974728c6d87b1c2f1ffe496cf1559406563
parent6f8c8f93f075bc4c1451bf62e264f576dfa91e33
dmaengine: pl330: fix argument for tasklet

Commit 6f8c8f93f075 ("dmaengine: fsl: convert tasklets to use new
tasklet_setup() API") converted the pl330 driver to use new tasklet
functions but missed that driver calls the tasklet function directly as
well, so update it.

Fixes: 6f8c8f93f075 ("dmaengine: fsl: convert tasklets to use new tasklet_setup() API")
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20200930121735.49699-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/pl330.c