Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35213
b: refs/heads/master
c: f990b42
h: refs/heads/master
i:
  35211: 69698b8
v: v3
  • Loading branch information
Auke Kok authored and Auke Kok committed Aug 31, 2006
1 parent 3d76279 commit 35aa759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5791704fbe6e1a23de29332e18840f8c90faf601
refs/heads/master: f990b426afb2f6ed77ba9ec272bdfe3d5d3a3d39
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgb/ixgb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ ixgb_restore_vlan(struct ixgb_adapter *adapter)

static void ixgb_netpoll(struct net_device *dev)
{
struct ixgb_adapter *adapter = dev->priv;
struct ixgb_adapter *adapter = netdev_priv(dev);

disable_irq(adapter->pdev->irq);
ixgb_intr(adapter->pdev->irq, dev, NULL);
Expand Down

0 comments on commit 35aa759

Please sign in to comment.