]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tun.c
drivers/net: Remove unnecessary returns from void function()s
[net-next-2.6.git] / drivers / net / tun.c
index dbdfb1ff7ca0cbc201b6a9b7d1a54c814d3899c5..01b5cfcfa870f97942543b2aaab6ab10f77e7d5e 100644 (file)
@@ -417,7 +417,6 @@ static void tun_net_mclist(struct net_device *dev)
         * _rx_ path and has nothing to do with the _tx_ path.
         * In rx path we always accept everything userspace gives us.
         */
-       return;
 }
 
 #define MIN_MTU 68