commit | 466e4392920083c58c7ee8905795453d62c4add7 | [log] [tgz] |
---|---|---|
author | Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> | Wed Sep 02 08:53:45 2020 -0700 |
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | Fri Sep 25 07:39:24 2020 -0700 |
tree | 35e0ff995fcb4468a37d4dda6eefdd9d0baec64d | |
parent | 75598a8fc0e0dff2aa5d46c62531b36a595f1d4f [diff] |
ice: Fix call trace on suspend It appears that the ice_suspend flow is missing a call to pci_save_state and this is triggering the message "State of device not saved by ice_suspend" and a call trace. Fix it. Fixes: 769c500dcc1e ("ice: Add advanced power mgmt for WoL") Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>