]> Pileus Git - ~andy/linux/commitdiff
bonding: Remove debug printk
authorJay Vosburgh <fubar@us.ibm.com>
Tue, 14 Apr 2009 23:53:14 +0000 (16:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Apr 2009 23:53:14 +0000 (16:53 -0700)
Remove debug printk I accidently left in as part of commit:

commit 6146b1a4da98377e4abddc91ba5856bef8f23f1e
Author: Jay Vosburgh <fubar@us.ibm.com>
Date:   Tue Nov 4 17:51:15 2008 -0800

    bonding: Fix ALB mode to balance traffic on VLANs

Reported by Duncan Gibb <duncan.gibb@siriusit.co.uk>

Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_alb.c

index 8dc6fbb9a41e749cdb6a6f7e9e3b99790e811495..553a8991977807ebe5c9edc34b2945da4876053b 100644 (file)
@@ -370,8 +370,6 @@ static int rlb_arp_recv(struct sk_buff *skb, struct net_device *bond_dev, struct
 
        if (arp->op_code == htons(ARPOP_REPLY)) {
                /* update rx hash table for this ARP */
-               printk("rar: update orig %s bond_dev %s\n", orig_dev->name,
-                      bond_dev->name);
                bond = netdev_priv(bond_dev);
                rlb_update_entry_from_arp(bond, arp);
                pr_debug("Server received an ARP Reply from client\n");