Commit f990b426 authored by Auke Kok's avatar Auke Kok Committed by Auke Kok

ixgb: convert dev->priv to netdev_priv(dev).

Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
parent 5791704f
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment