diff options
| -rw-r--r-- | net/dsa/switch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dsa/switch.c b/net/dsa/switch.c index 73746fa148f1..1e2929f4290a 100644 --- a/net/dsa/switch.c +++ b/net/dsa/switch.c | |||
| @@ -182,6 +182,8 @@ static int dsa_switch_vlan_add(struct dsa_switch *ds, | |||
| 182 | if (err) | 182 | if (err) |
| 183 | return err; | 183 | return err; |
| 184 | } | 184 | } |
| 185 | |||
| 186 | return 0; | ||
| 185 | } | 187 | } |
| 186 | 188 | ||
| 187 | for_each_set_bit(port, members, ds->num_ports) | 189 | for_each_set_bit(port, members, ds->num_ports) |
