aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2021-10-10 08:29:29 +0200
committerVinod Koul <vkoul@kernel.org>2021-10-18 12:11:08 +0530
commit981703aae3b1965896caaef95f25886ec8007744 (patch)
tree15daf68fa0b0d7f58b535b0df54ad0effa51b2b3
parentdmaengine: jz4780: Set max number of SGs per burst (diff)
downloadlinux-dev-981703aae3b1965896caaef95f25886ec8007744.tar.xz
linux-dev-981703aae3b1965896caaef95f25886ec8007744.zip
dmaengine: dw-edma: Remove an unused variable
'head' is unused, remove it. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/46e071be21fbc5ac5c35d4796a7e4249e94c3a77.1633847306.git.christophe.jaillet@wanadoo.fr Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r--drivers/dma/dw-edma/dw-edma-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/dw-edma/dw-edma-core.c b/drivers/dma/dw-edma/dw-edma-core.c
index 53289927dd0d..468d1097a1ec 100644
--- a/drivers/dma/dw-edma/dw-edma-core.c
+++ b/drivers/dma/dw-edma/dw-edma-core.c
@@ -249,7 +249,6 @@ static int dw_edma_device_terminate_all(struct dma_chan *dchan)
{
struct dw_edma_chan *chan = dchan2dw_edma_chan(dchan);
int err = 0;
- LIST_HEAD(head);
if (!chan->configured) {
/* Do nothing */