summaryrefslogtreecommitdiff
path: root/drivers/dma/bcm2835-dma.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2018-12-23 09:57:13 +0100
committerVinod Koul <vkoul@kernel.org>2019-01-07 09:49:26 +0530
commitde2c45314d9bb8839f226dcf989b2582591921f5 (patch)
tree4ce0e165a44838c8b6b490a5ca3483e36b6f7022 /drivers/dma/bcm2835-dma.c
parent4f194969c3b01ab080d38114feb09be05b16d7c3 (diff)
dmaengine: sa11x0: drop useless LIST_HEAD
Drop LIST_HEAD where the variable it declares has never been used. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ identifier x; @@ - LIST_HEAD(x); ... when != x // </smpl> Fixes: 4a533218fccf ("dmaengine: sa11x0: Split device_control") Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/bcm2835-dma.c')
0 files changed, 0 insertions, 0 deletions