qcacld-3.0: Replace obsolete WMA_LOGE() with wma_err()

Replace obsolete WMA_LOGE() macro with wma_err().

Change-Id: Iaf11baa0f09cfb090806527184c6137f8b950aa8
CRs-Fixed: 2723709
This commit is contained in:
Srinivas Girigowda
2020-07-01 19:55:56 -07:00
committed by nshrivas
부모 e0f33862ae
커밋 8cf89cb514
9개의 변경된 파일54개의 추가작업 그리고 58개의 파일을 삭제

파일 보기

@@ -2254,7 +2254,7 @@ QDF_STATUS wlan_mlme_set_rts_threshold(struct wlan_objmgr_psoc *psoc,
wma_handle = cds_get_context(QDF_MODULE_ID_WMA);
if (!wma_handle) {
WMA_LOGE("%s: wma_handle is NULL", __func__);
wma_err("wma_handle is NULL");
return QDF_STATUS_E_INVAL;
}
@@ -2292,7 +2292,7 @@ QDF_STATUS wlan_mlme_set_frag_threshold(struct wlan_objmgr_psoc *psoc,
wma_handle = cds_get_context(QDF_MODULE_ID_WMA);
if (!wma_handle) {
WMA_LOGE("%s: wma_handle is NULL", __func__);
wma_err("wma_handle is NULL");
return QDF_STATUS_E_INVAL;
}