aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRylan Dmello <[email protected]>2020-04-27 00:15:18 -0400
committerGreg Kroah-Hartman <[email protected]>2020-04-28 14:25:26 +0200
commit5fa83c2566660956e6556e1090e24c642eb93822 (patch)
tree42af809b61ae46acb13716e5dee0e1fd9ccd6a3a /tools/perf/scripts/python
parent2d2aba6c0f36826d9af5805a3404101a54eb4fbb (diff)
staging: qlge: Remove print statements for lbq_clean_idx and lbq_free_cnt
Remove debug print statements referring to non-existent fields 'lbq_clean_idx' and 'lbq_free_cnt' in the 'rx_ring' struct, which causes a compilation failure when QL_DEV_DUMP is set. These fields were initially removed as a part of commit aec626d2092f ("staging: qlge: Update buffer queue prod index despite oom") in 2019. Their replacement fields ('next_to_use' and 'next_to_clean') are already being printed, so this patch does not add new debug statements for them. Signed-off-by: Rylan Dmello <[email protected]> Link: https://lore.kernel.org/r/aa7e0197f4e34cec0855124e45696e33dd9527e5.1587959245.git.mail@rylan.coffee Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions