aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154
diff options
context:
space:
mode:
Diffstat (limited to 'net/ieee802154')
-rw-r--r--net/ieee802154/6lowpan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c
index d5291113584f..6d42c17af96b 100644
--- a/net/ieee802154/6lowpan.c
+++ b/net/ieee802154/6lowpan.c
@@ -1256,7 +1256,7 @@ static int lowpan_device_event(struct notifier_block *unused,
1256 } 1256 }
1257 1257
1258 unregister_netdevice_many(&del_list); 1258 unregister_netdevice_many(&del_list);
1259 }; 1259 }
1260 1260
1261out: 1261out:
1262 return NOTIFY_DONE; 1262 return NOTIFY_DONE;