Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286669
b: refs/heads/master
c: 56b6896
h: refs/heads/master
i:
  286667: ebe535e
v: v3
  • Loading branch information
Mitch A Williams authored and David S. Miller committed Jan 19, 2012
1 parent 271d1fd commit 7a6ddc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: b2f0f6bb874df645766930e0f023a208d93c12cd
refs/heads/master: 56b68960ce996db7947440179cc153652a504e9a
5 changes: 0 additions & 5 deletions trunk/drivers/net/ethernet/intel/igbvf/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,11 +1194,6 @@ static int igbvf_vlan_rx_kill_vid(struct net_device *netdev, u16 vid)
struct igbvf_adapter *adapter = netdev_priv(netdev);
struct e1000_hw *hw = &adapter->hw;

igbvf_irq_disable(adapter);

if (!test_bit(__IGBVF_DOWN, &adapter->state))
igbvf_irq_enable(adapter);

if (hw->mac.ops.set_vfta(hw, vid, false)) {
dev_err(&adapter->pdev->dev,
"Failed to remove vlan id %d\n", vid);
Expand Down

0 comments on commit 7a6ddc9

Please sign in to comment.