qcacld-3.0: Reduce the log spam in kmsg
Move the logs to appropriate log levels to avoid excessive logging in kmsg. Change-Id: I7b3b1001192706508e159522119e2254075aaee3 CRs-Fixed: 2138541
这个提交包含在:
@@ -1144,7 +1144,7 @@ static bool hdd_is_arp_local(struct sk_buff *skb)
|
||||
arp_ptr += (skb->dev->addr_len + 4 +
|
||||
skb->dev->addr_len);
|
||||
memcpy(&tip, arp_ptr, 4);
|
||||
hdd_info("ARP packet: local IP: %x dest IP: %x",
|
||||
hdd_debug("ARP packet: local IP: %x dest IP: %x",
|
||||
ifa->ifa_local, tip);
|
||||
if (ifa->ifa_local == tip)
|
||||
return true;
|
||||
|
在新工单中引用
屏蔽一个用户