dect
/
linux-2.6
Archived
13
0
Fork 0

ixgbe: Fix build warning

This patch fixes a build warning due to an unused label.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Peter P Waskiewicz Jr 2009-05-26 21:41:18 -07:00 committed by David S. Miller
parent 8e401eccd3
commit 0fb2787bf2
1 changed files with 0 additions and 1 deletions

View File

@ -5354,7 +5354,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: