diff options
| author | YueHaibing <[email protected]> | 2020-01-03 03:48:56 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-01-03 12:22:12 -0800 |
| commit | 4a883ccfba3adefc7123ec1a6da3c7301a56ce97 (patch) | |
| tree | f86577476f7308c66f2ffa7a4f6f75361062e075 /tools/perf/scripts/python | |
| parent | d0e8bcafc8aff5553beffe55046795f9bab9fe7b (diff) | |
ethtool: remove set but not used variable 'lsettings'
Fixes gcc '-Wunused-but-set-variable' warning:
net/ethtool/linkmodes.c: In function 'ethnl_set_linkmodes':
net/ethtool/linkmodes.c:326:32: warning:
variable 'lsettings' set but not used [-Wunused-but-set-variable]
struct ethtool_link_settings *lsettings;
^
It is never used, so remove it.
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: YueHaibing <[email protected]>
Reviewed-by: Michal Kubecek <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions