Parcourir la source

qcacld-3.0: Optimize string log size in hdd_rssi_threshold_breached

Optimize string log size in hdd API hdd_rssi_threshold_breached such
that wlan.ko size is optimized.

Change-Id: I71fb6fc8e9f71e52b11dc67aeec58095555eceaf
CRs-Fixed: 2271644
Rajeev Kumar il y a 6 ans
Parent
commit
ce779d8697
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/hdd/src/wlan_hdd_cfg80211.c

+ 1 - 1
core/hdd/src/wlan_hdd_cfg80211.c

@@ -8441,7 +8441,7 @@ void hdd_rssi_threshold_breached(void *hddctx,
 				  GFP_KERNEL);
 
 	if (!skb) {
-		hdd_err("cfg80211_vendor_event_alloc failed");
+		hdd_err("mem alloc failed");
 		return;
 	}