|
@@ -5885,6 +5885,7 @@ static int igb_resume(struct pci_dev *pdev)
|
|
|
|
|
|
pci_set_power_state(pdev, PCI_D0);
|
|
|
pci_restore_state(pdev);
|
|
|
+ pci_save_state(pdev);
|
|
|
|
|
|
err = pci_enable_device_mem(pdev);
|
|
|
if (err) {
|
|
@@ -6010,6 +6011,7 @@ static pci_ers_result_t igb_io_slot_reset(struct pci_dev *pdev)
|
|
|
} else {
|
|
|
pci_set_master(pdev);
|
|
|
pci_restore_state(pdev);
|
|
|
+ pci_save_state(pdev);
|
|
|
|
|
|
pci_enable_wake(pdev, PCI_D3hot, 0);
|
|
|
pci_enable_wake(pdev, PCI_D3cold, 0);
|