diff options
author | 2015-12-15 14:06:08 +0300 | |
---|---|---|
committer | 2015-12-15 12:46:26 -0500 | |
commit | fe0be35e2cb6f8f43ae70ecc9fb372142fdf096b (patch) | |
tree | 57352ff5c8f6752309b72e076d4aa33f940de785 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | qlge: fix a timeout loop in ql_change_rx_buffers() (diff) | |
download | linux-dev-fe0be35e2cb6f8f43ae70ecc9fb372142fdf096b.tar.xz linux-dev-fe0be35e2cb6f8f43ae70ecc9fb372142fdf096b.zip |
sfc: fix a timeout loop
We test for if "tries" is zero at the end but "tries--" is a post-op so
it will end with "tries" set to -1. I have changed it to a pre-op
instead.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions