]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Fix call trace on suspend
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Wed, 2 Sep 2020 15:53:45 +0000 (08:53 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 25 Sep 2020 14:39:24 +0000 (07:39 -0700)
commit4146d8d9fe330cd256d130b85ad44d6672021e1b
tree35e0ff995fcb4468a37d4dda6eefdd9d0baec64d
parentcaafd561cec8451845e5baa6815dd9e8ecb96140
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: 2a199c8d849c ("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>
drivers/net/ethernet/intel/ice/ice_main.c