projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a34265
)
staging: et131x: Remove redundant commented out code
author
Mark Einon
<mark.einon@gmail.com>
Tue, 2 Aug 2011 19:17:49 +0000
(20:17 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 23 Aug 2011 18:47:57 +0000
(11:47 -0700)
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>
drivers/staging/et131x/et131x_netdev.c
patch
|
blob
|
history
diff --git
a/drivers/staging/et131x/et131x_netdev.c
b/drivers/staging/et131x/et131x_netdev.c
index 546acb35b018a9446c2130d1ddd1ccfe3bce3a52..6eef4be69e26e61cc1bb91bae1a0fd8cb894b5f9 100644
(file)
--- 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;