Преглед изворни кода

qcacld-3.0: Excessive logging from IPA

WLAN logs are excessively filled with
IPA logs when IPA performance level
is set.

Remove unnecessary logging in
hdd_ipa_set_perf_level().

Change-Id: I07563c1a6e98981e2b074bce7a969c9cbd94ec24
CRs-Fixed: 2268632
jitiphil пре 6 година
родитељ
комит
4e8e8b22d2
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      components/ipa/core/src/wlan_ipa_rm.c

+ 0 - 5
components/ipa/core/src/wlan_ipa_rm.c

@@ -47,11 +47,6 @@ QDF_STATUS wlan_ipa_set_perf_level(struct wlan_ipa_priv *ipa_ctx,
 	else
 		next_prod_bw = ipa_ctx->config->ipa_bw_low;
 
-	ipa_debug("CONS perf curr: %d, next: %d", ipa_ctx->curr_cons_bw,
-		  next_cons_bw);
-	ipa_debug("PROD perf curr: %d, next: %d", ipa_ctx->curr_prod_bw,
-		  next_prod_bw);
-
 	if (ipa_ctx->curr_cons_bw != next_cons_bw) {
 		ipa_debug("Requesting CONS perf curr: %d, next: %d",
 			  ipa_ctx->curr_cons_bw, next_cons_bw);