summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlex Dewar <alex.dewar90@gmail.com>2020-10-28 15:54:30 +0200
committerKalle Valo <kvalo@codeaurora.org>2020-11-06 08:35:41 +0200
commitdbeb101d28eb89a9138055b50d5ce7a9f7a663cf (patch)
tree24fa098073cb0829b1783e30c7e897da366b5804 /tools/perf/scripts/python
parent16f283f0a4bbc4cc84be574882706fa0d244186e (diff)
ath10k: sdio: remove redundant check in for loop
The for loop checks whether cur_section is NULL on every iteration, but we know it can never be NULL as there is another check towards the bottom of the loop body. Refactor to avoid this unnecessary check. Also, increment the variable i inline for clarity Addresses-Coverity: 1496984 ("Null pointer dereferences) Suggested-by: Saeed Mahameed <saeedm@nvidia.com> Signed-off-by: Alex Dewar <alex.dewar90@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200916165748.20927-1-alex.dewar90@gmail.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions