diff options
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r-- | drivers/net/tun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index dbdfb1ff7ca0..01b5cfcfa870 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c | |||
@@ -417,7 +417,6 @@ static void tun_net_mclist(struct net_device *dev) | |||
417 | * _rx_ path and has nothing to do with the _tx_ path. | 417 | * _rx_ path and has nothing to do with the _tx_ path. |
418 | * In rx path we always accept everything userspace gives us. | 418 | * In rx path we always accept everything userspace gives us. |
419 | */ | 419 | */ |
420 | return; | ||
421 | } | 420 | } |
422 | 421 | ||
423 | #define MIN_MTU 68 | 422 | #define MIN_MTU 68 |