aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorJean Sacren <[email protected]>2021-10-12 01:46:45 -0600
committerJakub Kicinski <[email protected]>2021-10-13 08:42:01 -0700
commit50515cac8d0ea2026db2f0cb456bfa51d5e8e85f (patch)
tree21d59a0548899a7d07c113b6c5fe81af40ecf31f /tools/perf/scripts/python/syscall-counts-by-pid.py
parentedce2a93dd781ac13bd7f651ee0b5edb8af6c0e4 (diff)
net: qed_debug: fix check of false (grc_param < 0) expression
The type of enum dbg_grc_params has the enumerator list starting from 0. When grc_param is declared by enum dbg_grc_params, (grc_param < 0) is always false. We should remove the check of this expression. Signed-off-by: Jean Sacren <[email protected]> Acked-by: Shai Malin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions