[PATCH 0/2] wifi: ath1*k: initialize 'ret' in ath1*k_qmi_load_file_target_mem()

From: Jeff Johnson
Date: Sat May 04 2024 - 14:53:12 EST


smatch flagged the following issue in both ath11k and ath12k:
ath1*k_qmi_load_file_target_mem() error: uninitialized symbol 'ret'

---
Jeff Johnson (2):
wifi: ath12k: initialize 'ret' in ath12k_qmi_load_file_target_mem()
wifi: ath11k: initialize 'ret' in ath11k_qmi_load_file_target_mem()

drivers/net/wireless/ath/ath11k/qmi.c | 2 +-
drivers/net/wireless/ath/ath12k/qmi.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 2c4d8e19cf060744a9db466ffbaea13ab37f25ca
change-id: 20240504-qmi_load_file_target_mem-5cd24581aad7