diff options
| author | Jeff Johnson <[email protected]> | 2024-01-11 10:05:32 -0800 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2024-01-14 17:00:50 +0200 |
| commit | 6d2b0a066941c5d9c56c79d95c91dcec2fd7a7fa (patch) | |
| tree | 270c90194fc683ec08c566a0adf0527a6cc6958a /tools/perf/scripts/python/bin | |
| parent | 2e82b5f09a97f1b98b885470c81c1248bec103af (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