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
这个提交包含在:
Poddar, Siddarth
2017-11-06 14:57:35 +05:30
提交者 snandini
父节点 380cfc7084
当前提交 b4b7479acf

查看文件

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