summaryrefslogtreecommitdiff
path: root/drivers/dma/sun4i-dma.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-06-14 19:47:59 +0100
committerVinod Koul <vkoul@kernel.org>2022-07-01 22:09:16 +0530
commit9bef4929fa21477d44b4934d02296c4d0126dd40 (patch)
tree8e14b43ef41218d58e6ab4e1d417f779933b2e13 /drivers/dma/sun4i-dma.c
parent8d8bbefa6a3397e6f730dd75ba5128d9d106d4ea (diff)
downloadlwn-9bef4929fa21477d44b4934d02296c4d0126dd40.tar.gz
lwn-9bef4929fa21477d44b4934d02296c4d0126dd40.zip
dmaengine: fsl-edma: remove redundant assignment to pointer last_sg
The pointer last_sg is being assigned a value at the start of a loop however it is never read and is being re-assigned later on in both brances of an if-statement. The assignment is redundant and can be removed. Cleans up clang scan-build warning: drivers/dma/fsl-edma-common.c:563:3: warning: Value stored to 'last_sg' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20220614184759.164379-1-colin.i.king@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/sun4i-dma.c')
0 files changed, 0 insertions, 0 deletions