]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/atlx/atl1.c
drivers/net: Remove unnecessary returns from void function()s
[net-next-2.6.git] / drivers / net / atlx / atl1.c
index 33448a09b47f6b5c00ffc5e4df217988cb48980f..63b9ba0cc67e13c408686442f1e2fe984ee9b462 100644 (file)
@@ -1830,8 +1830,6 @@ static void atl1_rx_checksum(struct atl1_adapter *adapter,
                adapter->hw_csum_good++;
                return;
        }
-
-       return;
 }
 
 /*
@@ -3390,7 +3388,6 @@ static void atl1_get_wol(struct net_device *netdev,
        wol->wolopts = 0;
        if (adapter->wol & ATLX_WUFC_MAG)
                wol->wolopts |= WAKE_MAGIC;
-       return;
 }
 
 static int atl1_set_wol(struct net_device *netdev,