|
@@ -4043,7 +4043,7 @@ int target_if_spectral_process_report_gen3(
|
|
int ret = 0;
|
|
int ret = 0;
|
|
struct direct_buf_rx_data *payload = buf;
|
|
struct direct_buf_rx_data *payload = buf;
|
|
struct target_if_spectral *spectral;
|
|
struct target_if_spectral *spectral;
|
|
- struct spectral_report report;
|
|
|
|
|
|
+ struct spectral_report report = {0};
|
|
int samp_msg_index;
|
|
int samp_msg_index;
|
|
struct spectral_data_stats *spectral_dp_stats;
|
|
struct spectral_data_stats *spectral_dp_stats;
|
|
|
|
|