From: PJ Waskiewicz <peter.p.waskiewicz.jr@intel•com>
To: davem@davemloft•net
Cc: netdev@vger•kernel.org
Subject: [PATCH] ixgbe: Fix build warning
Date: Tue, 26 May 2009 21:23:15 -0700 [thread overview]
Message-ID: <20090527042315.9841.236.stgit@gitlad.jf.intel.com> (raw)
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:
next reply other threads:[~2009-05-27 4:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-27 4:23 PJ Waskiewicz [this message]
2009-05-27 4:41 ` [PATCH] ixgbe: Fix build warning David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090527042315.9841.236.stgit@gitlad.jf.intel.com \
--to=peter.p.waskiewicz.jr@intel$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox