summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajeev Kumar <rajekuma@codeaurora.org>2017-02-15 15:41:25 -0800
committerqcabuildsw <qcabuildsw@localhost>2017-02-15 22:35:49 -0800
commit3068af10dba41e9c7985520fc1bcfe2c85203191 (patch)
tree10e9fd9c2a9b23ecb7a959e0981b218f747c56db
parent9d8a6a52bb93300544d3d49911b6518b705f01b7 (diff)
qcacld-3.0: Remove spam log message from WMI log flush event handler
WMI flush event handler is spamming kernel log buffer hence remove it. Logger thread already logs when log message is delivered to user space hence logging in WMI is not needed. Change-Id: Ie8f8eb904f0417f83870058d7eac67622955b15a CRs-Fixed: 2007373
-rw-r--r--core/wma/src/wma_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/wma/src/wma_main.c b/core/wma/src/wma_main.c
index 4b40fc3dc4f9..67701b2eb0a6 100644
--- a/core/wma/src/wma_main.c
+++ b/core/wma/src/wma_main.c
@@ -1946,8 +1946,6 @@ static int wma_flush_complete_evt_handler(void *handle,
cds_logging_set_fw_flush_complete();
} else if (reason_code && cds_is_log_report_in_progress() == false) {
/* Asynchronous flush event for fatal events */
- WMA_LOGE("Received asynchronous WMI flush event: reason=%d",
- reason_code);
status = cds_set_log_completion(WLAN_LOG_TYPE_FATAL,
WLAN_LOG_INDICATOR_FIRMWARE,
reason_code, false);