Преглед на файлове

qcacld-3.0: Remove unwanted print from ll_sap api

Remove unwanted print from policy_mgr_get_ll_sap_freq()
to get the freq.

Change-Id: I05d5f02ba4df378483500ab1ccb699fcd9954b03
CRs-Fixed: 3386626
Jyoti Kumari преди 2 години
родител
ревизия
691d7b7ba2
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      components/cmn_services/policy_mgr/src/wlan_policy_mgr_get_set_utils.c

+ 1 - 3
components/cmn_services/policy_mgr/src/wlan_policy_mgr_get_set_utils.c

@@ -9416,10 +9416,8 @@ qdf_freq_t policy_mgr_get_ll_sap_freq(struct wlan_objmgr_psoc *psoc)
 	}
 	qdf_mutex_release(&pm_ctx->qdf_conc_list_lock);
 
-	if (!is_ll_sap_present) {
-		policy_mgr_debug("LL SAP not present");
+	if (!is_ll_sap_present)
 		return 0;
-	}
 
 	policy_mgr_debug("LL SAP present with vdev_id %d and freq %d",
 			 vdev_id, freq);