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

qcacld-3.0: clean up of ERROR logs

qcacld-2.0 to qcacld-3.0 propagation

Misleading error logs are removed
as part of this fix

CRs-Fixed: 929840
Change-Id: Ifdc10b79359863a4f3c2009403ee5f6c7ab18110
Govind Singh пре 9 година
родитељ
комит
f139e83f8e
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      core/sme/src/csr/csr_api_roam.c

+ 0 - 2
core/sme/src/csr/csr_api_roam.c

@@ -18051,8 +18051,6 @@ bool csr_roam_is_sta_mode(tpAniSirGlobal pMac, uint32_t sessionId)
 		if (pSession->pCurRoamProfile->csrPersona == CDF_STA_MODE) {
 			return true;
 		} else {
-			sms_log(pMac, LOGE, FL(" %s: pCurRoamProfile is NULL\n"),
-				__func__);
 			return false;
 		}
 	}