diff options
author | Tom Rix <[email protected]> | 2023-03-29 08:59:29 -0400 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-03-30 23:18:48 -0700 |
commit | 9a865a98a3360d06f92549839abda1bc96104aea (patch) | |
tree | a0e3a86de163695c98c88013105a43f2e791a63f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 79548b7984e4c606c6caaad72a0864a83855ebc9 (diff) |
net: ksz884x: remove unused change variable
clang with W=1 reports
drivers/net/ethernet/micrel/ksz884x.c:3216:6: error: variable
'change' set but not used [-Werror,-Wunused-but-set-variable]
int change = 0;
^
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions