diff options
author | Tom Rix <[email protected]> | 2023-03-27 20:06:20 -0400 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2023-03-28 14:59:21 +0200 |
commit | e6026eb080fa1c1ef6eec24567b733809a5e3018 (patch) | |
tree | 605b113609c6293121fad428fc0ea9ac37d76c74 /tools/perf/scripts/python/flamegraph.py | |
parent | 1f79a611e74c97dcb76054b9f28f41a122a7a93b (diff) |
mtd: lpddr_cmds: remove unused words variable
clang with W=1 reports
drivers/mtd/lpddr/lpddr_cmds.c:409:31: error: variable
'words' set but not used [-Werror,-Wunused-but-set-variable]
int ret, wbufsize, word_gap, words;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions