aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bonding/bond_sysfs.c')
-rw-r--r--drivers/net/bonding/bond_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_sysfs.c b/drivers/net/bonding/bond_sysfs.c
index 5fb861a08664..1172fe649352 100644
--- a/drivers/net/bonding/bond_sysfs.c
+++ b/drivers/net/bonding/bond_sysfs.c
@@ -112,7 +112,7 @@ static ssize_t bonding_store_bonds(struct class *cls, const char *buffer, size_t
112 if (command[0] == '+') { 112 if (command[0] == '+') {
113 printk(KERN_INFO DRV_NAME 113 printk(KERN_INFO DRV_NAME
114 ": %s is being created...\n", ifname); 114 ": %s is being created...\n", ifname);
115 rv = bond_create(ifname, &bonding_defaults); 115 rv = bond_create(ifname);
116 if (rv) { 116 if (rv) {
117 printk(KERN_INFO DRV_NAME ": Bond creation failed.\n"); 117 printk(KERN_INFO DRV_NAME ": Bond creation failed.\n");
118 res = rv; 118 res = rv;