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
Šī revīzija ir iekļauta:
Srinivas Girigowda
2023-04-20 20:34:42 -07:00
revīziju iesūtīja Rahul Choudhary
vecāks 48cf24b446
revīzija 363262cd30
7 mainīti faili ar 134 papildinājumiem un 163 dzēšanām

Parādīt failu

@@ -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;
}