Просмотр исходного кода

qcacld-3.0: Remove unnecessary log in cds_get_log_indicator

There is a possibility of excessive logging by logging thread
(cds_get_log_indicator) if SSR is in progress, which may lead
to thread stuck and thereby WD bark may happen.

Remove unnecessary log in cds_get_log_indicator, to stop excessive
logging, due to which thread is stuck.

Change-Id: I1747d92b23e208903452ad43b8c84c7b444db922
CRs-Fixed: 2001035
Hanumanth Reddy Pothula 8 лет назад
Родитель
Сommit
e3fafb4bbb
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      core/cds/src/cds_api.c

+ 0 - 3
core/cds/src/cds_api.c

@@ -1974,9 +1974,6 @@ uint32_t cds_get_log_indicator(void)
 
 	if (cds_is_load_or_unload_in_progress() ||
 	    cds_is_driver_recovering()) {
-		QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_ERROR,
-				"%s: vos context initialization is in progress"
-				, __func__);
 		return WLAN_LOG_INDICATOR_UNUSED;
 	}