commit | 059ff69b5fa136a23a2d71df6d9814e86485e8b9 | [log] [tgz] |
---|---|---|
author | Greg Rose <gregory.v.rose@intel.com> | Mon May 16 10:26:38 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Jun 27 15:43:39 2016 -0700 |
tree | 1427a82f44f6f77616e09b262e7a3d4a369386cd | |
parent | b33d3b7321bb5ae291851fce31688d2d3c432e6b [diff] |
i40e: Save PCI state before suspend The i40e_suspend() function was failing to save PCI state and this would result in a kernel stack trace from a WARN_ONCE in the pci_legacy_suspend() function. Add a call to pci_save_state() to fix that problem. Change-ID: I4736e62bb660966bd208cc8af617a14cb07fc4bd Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>