mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4][TRIVIAL]staging: et131x: Remove redundant commented out code
@ 2011-08-02 19:17 Mark Einon
  2011-08-02 19:17 ` [PATCH 2/4] staging: et131x: Rename et131x_config_global_regs > et131x_configure_global_regs Mark Einon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mark Einon @ 2011-08-02 19:17 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, o.hartmann, Mark Einon

Removed commented out calls that no longer exist in the net_device struct.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
---
 drivers/staging/et131x/et131x_netdev.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/et131x/et131x_netdev.c b/drivers/staging/et131x/et131x_netdev.c
index da60be7..93ef9d5 100644
--- a/drivers/staging/et131x/et131x_netdev.c
+++ b/drivers/staging/et131x/et131x_netdev.c
@@ -669,8 +669,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;
 
-- 
1.7.4.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-02 19:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-02 19:17 [PATCH 1/4][TRIVIAL]staging: et131x: Remove redundant commented out code Mark Einon
2011-08-02 19:17 ` [PATCH 2/4] staging: et131x: Rename et131x_config_global_regs > et131x_configure_global_regs Mark Einon
2011-08-02 19:17 ` [PATCH 3/4] staging: et131x: Rename var name 'etdev' to 'adapter' throughout module Mark Einon
2011-08-02 19:17 ` [PATCH 4/4] staging: et131x: Fix link detection signalling Mark Einon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®