mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
[NET]: Make NETDEBUG pure printk wrappers
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
64cf1e5d8b
commit
64ce207306
21 changed files with 75 additions and 89 deletions
|
@ -904,7 +904,7 @@ int igmp_rcv(struct sk_buff *skb)
|
|||
case IGMP_MTRACE_RESP:
|
||||
break;
|
||||
default:
|
||||
NETDEBUG(printk(KERN_DEBUG "New IGMP type=%d, why we do not know about it?\n", ih->type));
|
||||
NETDEBUG(KERN_DEBUG "New IGMP type=%d, why we do not know about it?\n", ih->type);
|
||||
}
|
||||
in_dev_put(in_dev);
|
||||
kfree_skb(skb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue