diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-03-15 16:36:41 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-03-20 17:24:45 +0200 |
commit | eed4721fb6172b3051a8341f9089b728681a9454 (patch) | |
tree | fdb4db8b13d4972517a2992fafe83dbd7cca07d6 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 0a7d88e432e7fc968dee1ddbd214cf1bb966b6f9 (diff) |
ath10k: remove redundant check of len with buf_len
The check of len > buf_len is redundant as len is initialized
to 0 and buf_len to 4096, so this comparison is always false.
Remove it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions