diff options
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r-- | net/mac80211/mesh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index b631703bcc82..3ccb3599c04f 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c | |||
@@ -376,7 +376,7 @@ errcopy: | |||
376 | hlist_for_each_safe(p, q, &newtbl->hash_buckets[i]) | 376 | hlist_for_each_safe(p, q, &newtbl->hash_buckets[i]) |
377 | tbl->free_node(p, 0); | 377 | tbl->free_node(p, 0); |
378 | } | 378 | } |
379 | __mesh_table_free(tbl); | 379 | __mesh_table_free(newtbl); |
380 | endgrow: | 380 | endgrow: |
381 | return NULL; | 381 | return NULL; |
382 | } | 382 | } |