diff options
author | Tom Rix <trix@redhat.com> | 2023-03-27 20:06:20 -0400 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-03-28 14:59:21 +0200 |
commit | e6026eb080fa1c1ef6eec24567b733809a5e3018 (patch) | |
tree | 605b113609c6293121fad428fc0ea9ac37d76c74 /tools/arch/x86/lib/memcpy_64.S | |
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 <trix@redhat.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230328000620.1778033-1-trix@redhat.com
Diffstat (limited to 'tools/arch/x86/lib/memcpy_64.S')
0 files changed, 0 insertions, 0 deletions