Skip to content

Commit

Permalink
ixgbe: Fix build warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter P Waskiewicz Jr authored and David S. Miller committed May 27, 2009
1 parent 8e401ec commit 0fb2787
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fb2787

Please sign in to comment.