diff options
| author | Mao Wenan <[email protected]> | 2019-06-09 15:11:26 +0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-06-09 20:11:53 -0700 |
| commit | ad3a9ee0b623da60b6a3b77573b448ca10d40117 (patch) | |
| tree | 3853945588d857e3c312b987bdb974cb0ba0f578 /tools/perf/scripts/python | |
| parent | c67b85558ff20cb1ff20874461d12af456bee5d0 (diff) | |
ocelot: remove unused variable 'rc' in vcap_cmd()
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/net/ethernet/mscc/ocelot_ace.c: In function ‘vcap_cmd’:
drivers/net/ethernet/mscc/ocelot_ace.c:108:6: warning: variable ‘rc’ set
but not used [-Wunused-but-set-variable]
int rc;
^
It's never used since introduction in commit b596229448dd ("net: mscc:
ocelot: Add support for tcam")
Signed-off-by: Mao Wenan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions