aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJiri Slaby <[email protected]>2022-05-03 10:06:07 +0200
committerGreg Kroah-Hartman <[email protected]>2022-05-05 22:42:45 +0200
commit6c1f77c3781a893cabe04b560a63b0524fe458f3 (patch)
tree2134173ae20755c51f66911664a429eef7dc4c2a /tools/perf/scripts/python
parentdfb9afb6c0e7af7c381c88d72d6d9c64268c160f (diff)
serial: pch: move size check from pop_tx one level up
'count' is zero in the pop_tx()'s comparison against 'size'. So the 'if' tries to find out if 'size' is negative or zero and returns in that case. But it cannot be negative, due to previous (size < 0) check in the caller: handle_tx(). So simply move this check from pop_tx() to handle_tx(). Now it's clear that pop_tx() is called only if fifo_size is non-zero. Signed-off-by: Jiri Slaby <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions