aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJeff Johnson <[email protected]>2024-01-11 10:05:30 -0800
committerKalle Valo <[email protected]>2024-01-14 17:00:50 +0200
commit59cf57ab3deea979ffc0a6f7c22f4331e59d32f0 (patch)
tree21707baf7404346d170f662d4de3d2b52cecf2dc /tools/perf/scripts/python/net_dropmonitor.py
parent74ef2d05ede63fd6416aa635aa8972dff901325f (diff)
wifi: ath12k: Remove unnecessary struct qmi_txn initializers
Currently most of the ath12k QMI messaging functions define their struct qmi_txn variables with a {} initializer. However, all of these functions subsequently call qmi_txn_init(), and the very first thing that function does is zero the struct. Hence, the initializers are unnecessary. Since these consume code space and cpu cycles, remove them. 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/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions