* [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
* Re: [PATCH] ixgbe: Fix build warning
2009-05-27 4:23 [PATCH] ixgbe: Fix build warning PJ Waskiewicz
@ 2009-05-27 4:41 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-05-27 4:41 UTC (permalink / raw)
To: peter.p.waskiewicz.jr; +Cc: netdev
From: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
Date: Tue, 26 May 2009 21:23:15 -0700
> This patch fixes a build warning due to an unused label.
>
> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Applied, thanks.
^ permalink raw reply [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 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).