* [PATCH] ixgbe: Fix build warning
@ 2009-05-27 4:23 PJ Waskiewicz
2009-05-27 4:41 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: PJ Waskiewicz @ 2009-05-27 4:23 UTC (permalink / raw)
To: davem; +Cc: netdev
This patch fixes a build warning due to an unused label.
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
---
drivers/net/ixgbe/ixgbe_main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index b67bb6b..bf11a65 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -5394,7 +5394,6 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev,
err_register:
ixgbe_release_hw_control(adapter);
-err_hw_init:
ixgbe_clear_interrupt_scheme(adapter);
err_sw_init:
err_eeprom:
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-27 4:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 4:23 [PATCH] ixgbe: Fix build warning PJ Waskiewicz
2009-05-27 4:41 ` David Miller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.