Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c458dd0 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss2: Save PCIe config space in no_irq phrase if link is up"

parents 9402ff8d d168e228
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1215,6 +1215,9 @@ static int cnss_pci_suspend_noirq(struct device *dev)
	if (driver_ops && driver_ops->suspend_noirq)
		ret = driver_ops->suspend_noirq(pci_dev);

	if (pci_priv->disable_pc && !pci_dev->state_saved)
		pci_save_state(pci_dev);

out:
	return ret;
}