aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/batman-adv/soft-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
index 45297c843092..987c75a775f9 100644
--- a/net/batman-adv/soft-interface.c
+++ b/net/batman-adv/soft-interface.c
@@ -874,7 +874,7 @@ unreg_debugfs:
874unreg_sysfs: 874unreg_sysfs:
875 sysfs_del_meshif(soft_iface); 875 sysfs_del_meshif(soft_iface);
876unreg_soft_iface: 876unreg_soft_iface:
877 unregister_netdev(soft_iface); 877 unregister_netdevice(soft_iface);
878 return NULL; 878 return NULL;
879 879
880free_soft_iface: 880free_soft_iface: