]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCA
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 15 Jul 2011 03:05:46 +0000 (03:05 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 16 Sep 2011 04:14:46 +0000 (21:14 -0700)
commit263a84e785deb3613bbdd01a071b0bde429c3804
treefdd566d477111d8b2a19a5ac87b093ee80f9f9b4
parent207867f583f63449a5e5588690754f1b86e3cbbf
ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCA

This change switches us over to using the ring->dev pointer instead of
having to use the adapter->pdev->dev reference.  The advantage to this is
that it is a much shorter route to get the to final needed value.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c