qcacld-3.0: Remove CONFIG_MCL in wlan_flush_host_logs_for_fatal

This is to Remove CONFIG_MCL in qcacmn code.
Related qcacmn change is
Ie231e966229789bcd8fa69aef1bc20e9b07a88ae.

Change-Id: I7b9500bc5de74be20d404758b43fca590bbf7caa
CRs-Fixed: 2484900
This commit is contained in:
Jingxiang Ge 2019-07-05 17:14:47 +08:00 committed by nshrivas
parent ce8ebf794d
commit 92fd1ee387

View File

@ -2301,7 +2301,8 @@ uint32_t cds_get_log_indicator(void)
*/
void cds_wlan_flush_host_logs_for_fatal(void)
{
wlan_flush_host_logs_for_fatal();
if (cds_is_log_report_in_progress())
wlan_flush_host_logs_for_fatal();
}
/**