Jelajahi Sumber

qcacld-3.0: Selectively reduce cds logs

Reduce the cds logs from info to debug.

Change-Id: I2b69dd1c03f6823254098b2ab22532b956001e1e
CRs-Fixed: 2607010
Arun Kumar Khandavalli 5 tahun lalu
induk
melakukan
bdba410daa
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 2 2
      core/cds/src/cds_api.c
  2. 1 1
      core/cds/src/cds_sched.c

+ 2 - 2
core/cds/src/cds_api.c

@@ -400,7 +400,7 @@ static void cds_cdp_cfg_attach(struct wlan_objmgr_psoc *psoc)
 	gp_cds_context->cfg_ctx = cdp_cfg_attach(soc, gp_cds_context->qdf_ctx,
 					(void *)(&cdp_cfg));
 	if (!gp_cds_context->cfg_ctx) {
-		WMA_LOGP("%s: failed to init cfg handle", __func__);
+		WMA_LOGD("%s: failed to init cfg handle", __func__);
 		return;
 	}
 
@@ -1121,7 +1121,7 @@ QDF_STATUS cds_post_disable(void)
 	 * - Clean up CE tasklets.
 	 */
 
-	cds_info("send deinit sequence to firmware");
+	cds_debug("send deinit sequence to firmware");
 	if (!(cds_is_driver_recovering() || cds_is_driver_in_bad_state()))
 		cds_suspend_target(wma_handle);
 	hif_disable_isr(hif_ctx);

+ 1 - 1
core/cds/src/cds_sched.c

@@ -854,7 +854,7 @@ static int cds_ol_rx_thread(void *arg)
 					complete
 						(&pSchedContext->ol_suspend_rx_event);
 				}
-				cds_info("Shutting down OL RX Thread");
+				cds_debug("Shutting down OL RX Thread");
 				shutdown = true;
 				break;
 			}