diff options
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 3bf0cc61e92c..4798d30c9545 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -4837,7 +4837,7 @@ static int bond_check_params(struct bond_params *params) | |||
4837 | } | 4837 | } |
4838 | 4838 | ||
4839 | if (bond_mode == BOND_MODE_ALB) { | 4839 | if (bond_mode == BOND_MODE_ALB) { |
4840 | printk(KERN_NOTICE DRV_NAME | 4840 | pr_notice(DRV_NAME |
4841 | ": In ALB mode you might experience client " | 4841 | ": In ALB mode you might experience client " |
4842 | "disconnections upon reconnection of a link if the " | 4842 | "disconnections upon reconnection of a link if the " |
4843 | "bonding module updelay parameter (%d msec) is " | 4843 | "bonding module updelay parameter (%d msec) is " |
@@ -4961,9 +4961,9 @@ static int bond_check_params(struct bond_params *params) | |||
4961 | arp_ip_count); | 4961 | arp_ip_count); |
4962 | 4962 | ||
4963 | for (i = 0; i < arp_ip_count; i++) | 4963 | for (i = 0; i < arp_ip_count; i++) |
4964 | printk(" %s", arp_ip_target[i]); | 4964 | pr_info(" %s", arp_ip_target[i]); |
4965 | 4965 | ||
4966 | printk("\n"); | 4966 | pr_info("\n"); |
4967 | 4967 | ||
4968 | } else if (max_bonds) { | 4968 | } else if (max_bonds) { |
4969 | /* miimon and arp_interval not set, we need one so things | 4969 | /* miimon and arp_interval not set, we need one so things |