From: Wei Yongjun Date: Thu, 16 Jan 2014 10:30:07 +0000 (-0800) Subject: ixgbevf: use pci drvdata correctly in ixgbevf_suspend() X-Git-Tag: v3.14-rc1~94^2~143^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ae296716e527e5e5f0b54bc92739a2864d2b9a;p=pandora-kernel.git ixgbevf: use pci drvdata correctly in ixgbevf_suspend() We had set the pci driver-specific data in ixgbevf_probe() as a type of struct net_device, so we should use it as netdev in ixgbevf_suspend(). Signed-off-by: Wei Yongjun Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed