qcacmn: Remove __func__ from the DP logs

Logging macros already takes care of adding function name.
Hence, delete the occurrence of __func__.

Change-Id: I44ef5d7f030eba16decb9611f16001c6e9d42b3b
CRs-Fixed: 3492505
Este commit está contenido en:
Srinivas Girigowda
2023-04-20 20:34:42 -07:00
cometido por Rahul Choudhary
padre 48cf24b446
commit 363262cd30
Se han modificado 7 ficheros con 134 adiciones y 163 borrados

Ver fichero

@@ -3868,7 +3868,7 @@ QDF_STATUS dp_ipa_tx_buf_smmu_mapping(
dp_get_pdev_from_soc_pdev_id_wifi3(soc, pdev_id);
if (!pdev) {
dp_err("%s invalid instance", __func__);
dp_err("Invalid instance");
return QDF_STATUS_E_FAILURE;
}
@@ -3895,7 +3895,7 @@ QDF_STATUS dp_ipa_tx_buf_smmu_unmapping(
dp_get_pdev_from_soc_pdev_id_wifi3(soc, pdev_id);
if (!pdev) {
dp_err("%s invalid instance", __func__);
dp_err("Invalid instance");
return QDF_STATUS_E_FAILURE;
}

Ver fichero

@@ -7246,7 +7246,7 @@ void dp_txrx_path_stats(struct dp_soc *soc)
uint8_t i;
if (!soc) {
dp_err("%s: Invalid access", __func__);
dp_err("Invalid access");
return;
}