commit | 27ae296716e527e5e5f0b54bc92739a2864d2b9a | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Thu Jan 16 02:30:07 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 16 15:34:24 2014 -0800 |
tree | 98fb6c82c336fe552591b2634e0a5bdfe986286c | |
parent | e689e72823e73361147849c416e5da5c4bcc8ddf [diff] |
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 <yongjun_wei@trendmicro.com.cn> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>