qcacmn: umac: Remove redundant __func__ from the logs
The logging macros implicitly takes care of embedding function name in the log, hence there is no need to include __func__ again. Getting rid of redundant __func__ reduces driver memory footprint. Change-Id: Ife4d1dbb9bfafa4381f1017e331ddef247c649c2 CRs-Fixed: 2774457
This commit is contained in:

gecommit door
snandini

bovenliggende
a104d7b453
commit
99cdc9aeff
@@ -69,8 +69,7 @@ void tgt_cfr_support_set(struct wlan_objmgr_psoc *psoc, uint32_t value)
|
||||
return;
|
||||
|
||||
cfr_sc->is_cfr_capable = !!value;
|
||||
cfr_debug("CFR:%s FW support advert=%d\n", __func__,
|
||||
cfr_sc->is_cfr_capable);
|
||||
cfr_debug("CFR: FW support advert=%d", cfr_sc->is_cfr_capable);
|
||||
}
|
||||
|
||||
static inline struct wlan_lmac_if_cfr_tx_ops *
|
||||
|
Verwijs in nieuw issue
Block a user