From 820fd8bd171ee287c646aee336799f0fa78c7a13 Mon Sep 17 00:00:00 2001 From: Michael Blizek Date: Wed, 14 Apr 2010 18:54:31 +0200 Subject: [PATCH] debuginfo removal --- net/cor/kpacket_gen.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/cor/kpacket_gen.c b/net/cor/kpacket_gen.c index 2691afa3038..89ef14a5a85 100644 --- a/net/cor/kpacket_gen.c +++ b/net/cor/kpacket_gen.c @@ -296,8 +296,6 @@ static void _send_messages(struct neighbor *nb, struct sk_buff *skb, struct control_msg_out *cm; int retrans = 0; - printk(KERN_ERR "loop2"); - if (urgent) cm = container_of(nb->ucontrol_msgs_out.next, struct control_msg_out, lh); @@ -375,8 +373,6 @@ static void send_messages(struct neighbor *nb, int allmsgs) int size = targetmss; __u32 length; - printk(KERN_ERR "loop"); - if (pingok && nb->noping_cnt > 3) ping = 1; if (pingok && time_before_eq(nb->last_ping_time + -- 2.11.4.GIT