kernel: ar8216: move port vlan setup into a separate function
[openwrt.git] / target / linux / generic / files / drivers / net / phy / swconfig.c
index 88fa244..2038330 100644 (file)
@@ -894,8 +894,10 @@ register_switch(struct switch_dev *dev, struct net_device *netdev)
        }
        i = find_first_zero_bit(&in_use, max_switches);
 
-       if (i == max_switches)
+       if (i == max_switches) {
+               swconfig_unlock();
                return -ENFILE;
+       }
 
        /* fill device name */
        snprintf(dev->devname, IFNAMSIZ, SWCONFIG_DEVNAME, i);
This page took 0.030766 seconds and 4 git commands to generate.