diff options
Diffstat (limited to 'net/ieee802154')
-rw-r--r-- | net/ieee802154/6lowpan.c | 2 |
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 | ||
1261 | out: | 1261 | out: |
1262 | return NOTIFY_DONE; | 1262 | return NOTIFY_DONE; |