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
This commit is contained in:
Govind Singh
2015-10-26 16:50:38 +05:30
committed by Satish Singh
parent 9a863a4519
commit 572fe59f7e

View File

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