Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139809
b: refs/heads/master
c: a20a119
h: refs/heads/master
i:
  139807: 273ccbb
v: v3
  • Loading branch information
Mallikarjuna R Chilakala authored and David S. Miller committed Apr 2, 2009
1 parent 7261b2a commit bb2d0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44df32c592f5a626c9f2ed56642e939788022408
refs/heads/master: a20a1199a8a7f2bc92bd2a01e212980328e42bc7
4 changes: 2 additions & 2 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3486,10 +3486,10 @@ static int ixgbe_open(struct net_device *netdev)
ixgbe_release_hw_control(adapter);
ixgbe_free_irq(adapter);
err_req_irq:
ixgbe_free_all_rx_resources(adapter);
err_setup_rx:
ixgbe_free_all_tx_resources(adapter);
ixgbe_free_all_rx_resources(adapter);
err_setup_tx:
ixgbe_free_all_tx_resources(adapter);
ixgbe_reset(adapter);

return err;
Expand Down

0 comments on commit bb2d0f3

Please sign in to comment.