summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDundi Raviteja <dundi@codeaurora.org>2018-06-12 16:10:42 +0530
committernshrivas <nshrivas@codeaurora.org>2018-06-18 03:01:43 -0700
commitced382b1ffba0a9f257cef5dba286cb35c666c1c (patch)
treef4aaddc563c0663bf7c0c4f9323b64f1c252d2a2 /tools/perf/scripts/python
parentd73322cae98c9e47700ede291bdf1f28d099c329 (diff)
qcacld-3.0: Incorrect usage of QDF_ARRAY_SIZE macro
In some use cases of QDF_ARRAY_SIZE macro, the argument passing to it is a pointer instead of array which leads to getting incorrect array size. Current implementation of updating main arrays pcl_list_org and weight_list_org is inefficient. So, update the main arrays directly, instead of copying the data to local arrays and again updating the main arrays. Change-Id: I9a4a7fa813412fd000ce55d2a958e49ab1b02ed5 CRs-Fixed: 2258891
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions