]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/appletalk/cops.c
drivers/net: Remove unnecessary returns from void function()s
[net-next-2.6.git] / drivers / net / appletalk / cops.c
index 14e1d952226e92cbedd0c29c57f642235e22c159..748c9f526e713274d8d3c722bd321c0a0e845e28 100644 (file)
@@ -593,8 +593,6 @@ static void cops_load (struct net_device *dev)
                 tangent_wait_reset(ioaddr);
                 inb(ioaddr);   /* Clear initial ready signal. */
         }
-
-        return;
 }
 
 /*
@@ -701,8 +699,6 @@ static void cops_poll(unsigned long ltdev)
        /* poll 20 times per second */
        cops_timer.expires = jiffies + HZ/20;
        add_timer(&cops_timer);
-
-       return;
 }
 
 /*