projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59f703
)
dmaengine: dw-edma: Remove an unused variable
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sun, 10 Oct 2021 06:29:29 +0000
(08:29 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Mon, 18 Oct 2021 06:41:08 +0000
(12:11 +0530)
'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>
drivers/dma/dw-edma/dw-edma-core.c
patch
|
blob
|
history
diff --git
a/drivers/dma/dw-edma/dw-edma-core.c
b/drivers/dma/dw-edma/dw-edma-core.c
index 53289927dd0d604c64479f111b0e94023436d16e..468d1097a1ece2e70a1fc8be8942a2f64ff3477f 100644
(file)
--- 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 */