Commits
faqiang.zhu committed 9d6e13129a4
MA-16940-1 fix coverity issue in qca wireless driver CID9974658: Function hif_reset_target may return a variable not initialized, initialize the variable when declare it. CID9974659: In function wma_unified_link_radio_stats_event_handler, there are code operate the space pointed by rs_results while this pointer is not assigned with a value. remove related operations. CID9974730: free the memory pointed by therm_data in any condition to prevent potential memory leakage. Change-Id: I041d877b4f18638df3af3165ab4dd5d3eed85dfe Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>