diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-04-18 15:44:16 +0100 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2022-04-28 10:46:37 +0100 |
commit | 6086987bdeb5910778e6488b1cd6801701b4ef91 (patch) | |
tree | ea17e9cd280c6d0cf1fe8542bc3069429e28b659 /drivers/pci/controller/pcie-rcar.c | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) | |
download | linux-6086987bdeb5910778e6488b1cd6801701b4ef91.tar.gz |
PCI: versatile: Remove redundant variable retval
Variable retval is being assigned a value that is never read, the
variable is redundant and can be removed.
Cleans up clang scan build warning:
drivers/pci/controller/pci-versatile.c:37:10: warning: Although the value
stored to 'retval' is used in the enclosing expression, the value is never
actually read from 'retval' [deadcode.DeadStores]
Link: https://lore.kernel.org/r/20220418144416.86121-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'drivers/pci/controller/pcie-rcar.c')
0 files changed, 0 insertions, 0 deletions