diff options
author | Arnd Bergmann <[email protected]> | 2023-08-14 09:45:03 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-08-15 19:04:36 -0700 |
commit | 7a456b894ea57cceee6951ce421205152f23a051 (patch) | |
tree | c2e436bdd039b9e5edae5035932289df170a3187 /tools/perf/scripts/python/sched-migration.py | |
parent | c66937b0f8dbb4c6c043663c702b1053fb47fab2 (diff) |
qed: remove unused 'resp_size' calculation
Newer versions of clang warn about this variable being assigned but
never used:
drivers/net/ethernet/qlogic/qed/qed_vf.c:63:67: error: parameter 'resp_size' set but not used [-Werror,-Wunused-but-set-parameter]
There is no indication in the git history on how this was ever
meant to be used, so just remove the entire calculation and argument
passing for it to avoid the warning.
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions