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)
commit466e4392920083c58c7ee8905795453d62c4add7
tree35e0ff995fcb4468a37d4dda6eefdd9d0baec64d
parent75598a8fc0e0dff2aa5d46c62531b36a595f1d4f
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>
drivers/net/ethernet/intel/ice/ice_main.c