Home
last modified time | relevance | path

Searched hist:"6 d2b0a066941c5d9c56c79d95c91dcec2fd7a7fa" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.cdiff 6d2b0a066941c5d9c56c79d95c91dcec2fd7a7fa Thu Jan 11 19:05:32 CET 2024 Jeff Johnson <quic_jjohnson@quicinc.com> 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 <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240111-qmi-cleanup-v2-3-53343af953d5@quicinc.com