diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-30 17:45:46 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-30 18:08:12 +0300 |
commit | 45e41bc5259242921da755c60c705ff368beb8ce (patch) | |
tree | f0ea08576964f464e762aa9e450a2cafa9e2c404 /drivers/spi/spi-s3c64xx.c | |
parent | c2c25cc397026ec705e050248539df400d2563f8 (diff) | |
download | linux-45e41bc5259242921da755c60c705ff368beb8ce.tar.xz |
spi: omap2-mcspi: remove several redundant variables
Variable count, l, mcspi and spi_cntrl are being assigned but are
never used hence they are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'count' set but not used [-Wunused-but-set-variable]
warning: variable 'l' set but not used [-Wunused-but-set-variable]
warning: variable 'mcspi' set but not used [-Wunused-but-set-variable]
warning: variable 'spi_cntrl' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-s3c64xx.c')
0 files changed, 0 insertions, 0 deletions