* [PATCH] e1000e: remove duplicate shadowing reference to adapter->hw
@ 2007-08-08 17:22 Auke Kok
0 siblings, 0 replies; only message in thread
From: Auke Kok @ 2007-08-08 17:22 UTC (permalink / raw)
To: jeff; +Cc: netdev, john.ronciak
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
---
drivers/net/e1000e/netdev.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c
index dd4eca6..741965d 100644
--- a/drivers/net/e1000e/netdev.c
+++ b/drivers/net/e1000e/netdev.c
@@ -2981,7 +2981,6 @@ static void e1000_watchdog_task(struct work_struct *work)
} else {
/* make sure the receive unit is started */
if (adapter->flags & FLAG_RX_NEEDS_RESTART) {
- struct e1000_hw *hw = &adapter->hw;
u32 rctl = er32(RCTL);
ew32(RCTL, rctl |
E1000_RCTL_EN);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-08 17:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-08 17:22 [PATCH] e1000e: remove duplicate shadowing reference to adapter->hw Auke Kok
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).