X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv4%2Figmp.c;h=44607f4767b871820f5d33ab9dfd230e59933745;hb=a57ebc90f1350296edded12d33d7c278831bc3bf;hp=5088f90835ae00694a31a8cdfa9b91829a4c5396;hpb=327309e899662b482c58cf25f574513d38b5788c;p=linux-2.6 diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index 5088f90835..44607f4767 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c @@ -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);