diff options
author | Tom Rix <[email protected]> | 2023-03-27 19:54:23 -0400 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-03-28 23:48:02 -0700 |
commit | e48cefb9c8d1308cd64c40ebabfd51d79bf6e93b (patch) | |
tree | 3235ee1fcf669e63438cda73f7404c4f403a6909 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | cdeccd13a03fc6e97c090c12a27566d02dace6d9 (diff) |
net: ethernet: 8390: axnet_cs: remove unused xfer_count variable
clang with W=1 reports
drivers/net/ethernet/8390/axnet_cs.c:653:9: error: variable
'xfer_count' set but not used [-Werror,-Wunused-but-set-variable]
int xfer_count = count;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions