Bladeren bron

qcacld-3.0: Remove redundant logs

qcacld-2.0 to qcacld-3.0 propagation

Some logs while Processing netlink messages are excessive.
Remove these redundant logs.

Change-Id: Ic5104e6fb2d306b488adf2a3919e004e5b57e186
CRs-Fixed: 879049
Agrawal Ashish 9 jaren geleden
bovenliggende
commit
bb09f5eca1
1 gewijzigde bestanden met toevoegingen van 0 en 3 verwijderingen
  1. 0 3
      core/utils/nlink/src/wlan_nlink_srv.c

+ 0 - 3
core/utils/nlink/src/wlan_nlink_srv.c

@@ -258,9 +258,6 @@ static void nl_srv_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
 		return;
 	}
 
-	QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_INFO,
-		  "NLINK: Received NL msg type [%d]", type);
-
 	/* turn type into dispatch table offset */
 	type -= WLAN_NL_MSG_BASE;