Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr"
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Apr 2016 19:42:45 +0000 (15:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Apr 2016 19:42:45 +0000 (15:42 -0400)
This reverts commit c862cc9b70526a71d07e7bd86d9b61d1c792cead.

Patch lacks a real-name Signed-off-by.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_sysfs_br.c

index f4d40edbe8a97dc5a3d533c028776d17ee4fa77c..6b8091407ca3126b333c76c5104f5a8ca6803e49 100644 (file)
@@ -870,7 +870,6 @@ int br_sysfs_addbr(struct net_device *dev)
 
        br->ifobj = kobject_create_and_add(SYSFS_BRIDGE_PORT_SUBDIR, brobj);
        if (!br->ifobj) {
-               err = -EINVAL;
                pr_info("%s: can't add kobject (directory) %s/%s\n",
                        __func__, dev->name, SYSFS_BRIDGE_PORT_SUBDIR);
                goto out3;
This page took 0.025619 seconds and 5 git commands to generate.