diff options
Diffstat (limited to 'net/dsa/dsa2.c')
-rw-r--r-- | net/dsa/dsa2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/dsa2.c b/net/dsa/dsa2.c index 73002022c9d8..716d265ba8ca 100644 --- a/net/dsa/dsa2.c +++ b/net/dsa/dsa2.c | |||
@@ -46,7 +46,7 @@ static struct dsa_switch_tree *dsa_tree_alloc(int index) | |||
46 | dst->index = index; | 46 | dst->index = index; |
47 | 47 | ||
48 | INIT_LIST_HEAD(&dst->list); | 48 | INIT_LIST_HEAD(&dst->list); |
49 | list_add_tail(&dsa_tree_list, &dst->list); | 49 | list_add_tail(&dst->list, &dsa_tree_list); |
50 | 50 | ||
51 | kref_init(&dst->refcount); | 51 | kref_init(&dst->refcount); |
52 | 52 | ||