From: Alexander Duyck Date: Fri, 15 Jul 2011 03:05:46 +0000 (+0000) Subject: ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCA X-Git-Tag: v3.2-rc1~129^2~286^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263a84e785deb3613bbdd01a071b0bde429c3804;p=pandora-kernel.git 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 Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed