aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJeff Johnson <[email protected]>2024-01-11 10:05:32 -0800
committerKalle Valo <[email protected]>2024-01-14 17:00:50 +0200
commit6d2b0a066941c5d9c56c79d95c91dcec2fd7a7fa (patch)
tree270c90194fc683ec08c566a0adf0527a6cc6958a /tools/perf/scripts/python/bin
parent2e82b5f09a97f1b98b885470c81c1248bec103af (diff)
wifi: ath12k: Use initializers for QMI message buffers
Currently most of the QMI messaging functions use memset() to zero out the QMI message buffers. Prefer to use a {} initializer to allow the compiler to generate optimized code and avoid the function call overhead. No functional changes, compile tested only. Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions