summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Einon2011-08-02 21:17:49 +0200
committerGreg Kroah-Hartman2011-08-23 20:47:57 +0200
commit3e8543618757ef2cb31a677a131027261a9b7251 (patch)
tree79592b7b0601555f0ce04efc4d486231e16ab664
parentstaging: et131x: Fix variable typo carry_reg1 -> carry_reg2 (diff)
downloadkernel-qcow2-linux-3e8543618757ef2cb31a677a131027261a9b7251.tar.gz
kernel-qcow2-linux-3e8543618757ef2cb31a677a131027261a9b7251.tar.xz
kernel-qcow2-linux-3e8543618757ef2cb31a677a131027261a9b7251.zip
staging: et131x: Remove redundant commented out code
Removed commented out calls that no longer exist in the net_device struct. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/et131x/et131x_netdev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/et131x/et131x_netdev.c b/drivers/staging/et131x/et131x_netdev.c
index 546acb35b018..6eef4be69e26 100644
--- a/drivers/staging/et131x/et131x_netdev.c
+++ b/drivers/staging/et131x/et131x_netdev.c
@@ -671,8 +671,7 @@ struct net_device *et131x_device_alloc(void)
/* Setup the function registration table (and other data) for a
* net_device
*/
- /* netdev->init = &et131x_init; */
- /* netdev->set_config = &et131x_config; */
+
netdev->watchdog_timeo = ET131X_TX_TIMEOUT;
netdev->netdev_ops = &et131x_netdev_ops;