diff options
| author | Colin Ian King <[email protected]> | 2018-07-30 14:45:46 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-07-30 15:08:12 +0000 |
| commit | 45e41bc5259242921da755c60c705ff368beb8ce (patch) | |
| tree | f0ea08576964f464e762aa9e450a2cafa9e2c404 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | spi: dw-mmio: add MSCC Ocelot support (diff) | |
| download | kernel-45e41bc5259242921da755c60c705ff368beb8ce.tar.gz kernel-45e41bc5259242921da755c60c705ff368beb8ce.zip | |
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
