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
This commit is contained in:

کامیت شده توسط
Rahul Choudhary

والد
48cf24b446
کامیت
363262cd30
@@ -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;
|
||||
}
|
||||
|
||||
|
مرجع در شماره جدید
Block a user