]> 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)
commit521db5025106414233c54458cbab1175504c16db
tree35e0ff995fcb4468a37d4dda6eefdd9d0baec64d
parentc611f26620214aca7aff1e0a0c056e9f0e2ff00a
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: 2aafe62a1f22 ("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